forked from OSchip/llvm-project
Build PassBuilder.cpp with /bigobj to try and appease MSVC EXPENSIVE_CHECKS buildbot
llvm-svn: 342835
This commit is contained in:
parent
82eeca363a
commit
baf09e5d18
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue