[PATCH] D23645: [CMake] Fix LLVM_ENABLE_EH and LLVM_ENABLE_RTTI on MSVC

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 18 08:53:34 PDT 2016


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm

It's unfortunate that we have to globally remove /EHsc and /GR in HandleLLVMOptions just to avoid warnings, but I don't think we can avoid it.


Repository:
  rL LLVM

https://reviews.llvm.org/D23645





More information about the llvm-commits mailing list