Build PassBuilder.cpp with /bigobj to try and appease MSVC EXPENSIVE_CHECKS buildbot

llvm-svn: 342835
This commit is contained in:
Simon Pilgrim 2018-09-23 11:28:47 +00:00
parent 82eeca363a
commit baf09e5d18
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
if (MSVC)
set_source_files_properties(PassBuilder.cpp PROPERTIES COMPILE_FLAGS /bigobj)
endif()
add_llvm_library(LLVMPasses
PassBuilder.cpp
PassPlugin.cpp