diff options
Diffstat (limited to 'lib/IR/CMakeLists.txt')
-rw-r--r-- | lib/IR/CMakeLists.txt | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/lib/IR/CMakeLists.txt b/lib/IR/CMakeLists.txt index 40b4ec65e22b..07cec97084ee 100644 --- a/lib/IR/CMakeLists.txt +++ b/lib/IR/CMakeLists.txt @@ -37,12 +37,14 @@ add_llvm_library(LLVMCore Mangler.cpp Metadata.cpp Module.cpp + ModuleSummaryIndex.cpp Operator.cpp + OptBisect.cpp Pass.cpp PassManager.cpp PassRegistry.cpp + ProfileSummary.cpp Statepoint.cpp - FunctionInfo.cpp Type.cpp TypeFinder.cpp Use.cpp @@ -56,12 +58,4 @@ add_llvm_library(LLVMCore ${LLVM_MAIN_INCLUDE_DIR}/llvm/IR ) -# PR24785: Workaround for hanging compilation. -if( MSVC_VERSION EQUAL 1800) - set_property( - SOURCE Function.cpp - PROPERTY COMPILE_FLAGS "/Og-" - ) -endif() - add_dependencies(LLVMCore intrinsics_gen) |