]> granicus.if.org Git - clang/commitdiff
Compile SemaTemplate.cpp with /bigobj on MSVC
authorErik Pilkington <erik.pilkington@gmail.com>
Sat, 28 Jul 2018 01:29:31 +0000 (01:29 +0000)
committerErik Pilkington <erik.pilkington@gmail.com>
Sat, 28 Jul 2018 01:29:31 +0000 (01:29 +0000)
This should fix some bot failures introduced by r338165.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@338186 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/CMakeLists.txt

index bad42a2ce252e54513f296fb2c66f36dcb734643..3d21d79f2b85094e6a2f4d3af990a03f78ea3424 100644 (file)
@@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
 if (MSVC)
   set_source_files_properties(SemaDeclAttr.cpp PROPERTIES COMPILE_FLAGS /bigobj)
   set_source_files_properties(SemaExpr.cpp PROPERTIES COMPILE_FLAGS /bigobj)
+  set_source_files_properties(SemaTemplate.cpp PROPERTIES COMPILE_FLAGS /bigobj)
 endif()
 
 add_clang_library(clangSema