[PATCH] D56510: [libFuzzer][MSVC] Enable building libFuzzer with MSVC

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 23 14:15:15 PST 2019


rnk added a comment.

I think that means you need to pass `-D_HAS_EXCEPTIONS=0` to suppress try / catch usage in the Visual C++ STL headers. Usually `/EHs-c- /D_HAS_EXCEPTIONS=0` go together as the canonical "disable exceptions" flags.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D56510





More information about the llvm-commits mailing list