[PATCH] D56510: [libFuzzer][MSVC] Enable building libFuzzer with MSVC
Jonathan Metzman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 23 15:08:41 PST 2019
metzman added a comment.
In D56510#1368480 <https://reviews.llvm.org/D56510#1368480>, @rnk wrote:
> 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.
OK. I opened https://reviews.llvm.org/D57119 to address this.
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