Build ASTImporterTest.cpp with /bigobj on MSVC builds to keep llvm-clang-x86_64-expensive-checks-win buildbot happy

llvm-svn: 349357
This commit is contained in:
Simon Pilgrim 2018-12-17 15:14:08 +00:00
parent f9c9bc09ab
commit a6e5888880
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@ set(LLVM_LINK_COMPONENTS
Support
)
if (MSVC)
set_source_files_properties(ASTImporterTest.cpp PROPERTIES COMPILE_FLAGS /bigobj)
endif()
add_clang_unittest(ASTTests
ASTContextParentMapTest.cpp
ASTImporterTest.cpp