diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/VMCore/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/VMCore/CMakeLists.txt b/lib/VMCore/CMakeLists.txt index a7243c3284..dc54694b18 100644 --- a/lib/VMCore/CMakeLists.txt +++ b/lib/VMCore/CMakeLists.txt @@ -1,5 +1,6 @@ add_llvm_library(LLVMVMCore AsmWriter.cpp + Attributes.cpp AutoUpgrade.cpp BasicBlock.cpp ConstantFold.cpp @@ -17,7 +18,6 @@ add_llvm_library(LLVMVMCore Mangler.cpp Module.cpp ModuleProvider.cpp - ParameterAttributes.cpp Pass.cpp PassManager.cpp Type.cpp @@ -28,5 +28,3 @@ add_llvm_library(LLVMVMCore ValueTypes.cpp Verifier.cpp ) - -add_dependencies( LLVMVMCore ${llvm_builded_incs_dir}/Intrinsics.gen )
\ No newline at end of file |