[Lldb-commits] [PATCH] D67861: [LLDB] Check for the __MINGW32__ define instead of __MINGW64

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 23 02:48:03 PDT 2019


labath added a reviewer: amccarth.
labath added a comment.

Judging by the microsoft docs <https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/vsnprintf-vsnprintf-vsnprintf-l-vsnwprintf-vsnwprintf-l?view=vs-2017>, `vsnprintf` is avaliable at least since VS 2017 (the lowest version supported by llvm). Is it possible that we can just delete this `#ifdef` ?


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67861/new/

https://reviews.llvm.org/D67861





More information about the lldb-commits mailing list