mirror of https://github.com/microsoft/clang.git
Compile SemaTemplate.cpp with /bigobj on MSVC
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
This commit is contained in:
parent
8e4ee77b16
commit
8d109915b3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue