]> granicus.if.org Git - clang/commitdiff
It seems we need to add SemaExpr.cpp to the /bigobj list; I am getting consistent...
authorAaron Ballman <aaron@aaronballman.com>
Wed, 1 Jun 2016 15:17:54 +0000 (15:17 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 1 Jun 2016 15:17:54 +0000 (15:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@271399 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/CMakeLists.txt

index 8aa005102fe4b9fd715f50b285bfb83d781fa1e2..7a5973299f914eca1b17c6759da23921e4474447 100644 (file)
@@ -2,6 +2,10 @@ set(LLVM_LINK_COMPONENTS
   Support
   )
 
+if (MSVC)
+  set_source_files_properties(SemaExpr.cpp PROPERTIES COMPILE_FLAGS /bigobj)
+endif()
+
 add_clang_library(clangSema
   AnalysisBasedWarnings.cpp
   AttributeList.cpp