[PATCH] [CMake] Finish off the clang-cl self host build

Reid Kleckner rnk at google.com
Wed Feb 25 11:27:59 PST 2015


lgtm

woot!`


================
Comment at: cmake/modules/AddLLVM.cmake:25
@@ -24,1 +24,3 @@
     endif()
+    if (CLANG_CL)
+      list(APPEND LLVM_COMPILE_DEFINITIONS "GTEST_HAS_SEH=0")
----------------
Can you put something like `# FIXME: Remove this when LLVM's SEH support is finished.`?

http://reviews.llvm.org/D7875

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list