summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Pilkington <erik.pilkington@gmail.com>2018-07-28 01:29:31 +0000
committerErik Pilkington <erik.pilkington@gmail.com>2018-07-28 01:29:31 +0000
commit38aecc63814bf481a0951d8d4c3d95fe053b7337 (patch)
tree7f3d74036c14767a325fcc59f0bd7a48165ff08b
parent60e2a321e5d77b9dc86daedb3aed8b5579015228 (diff)
downloadbcm5719-llvm-38aecc63814bf481a0951d8d4c3d95fe053b7337.tar.gz
bcm5719-llvm-38aecc63814bf481a0951d8d4c3d95fe053b7337.zip
Compile SemaTemplate.cpp with /bigobj on MSVC
This should fix some bot failures introduced by r338165. llvm-svn: 338186
-rw-r--r--clang/lib/Sema/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Sema/CMakeLists.txt b/clang/lib/Sema/CMakeLists.txt
index bad42a2ce25..3d21d79f2b8 100644
--- a/clang/lib/Sema/CMakeLists.txt
+++ b/clang/lib/Sema/CMakeLists.txt
@@ -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
OpenPOWER on IntegriCloud