diff options
| author | Oscar Fuentes <ofv@wanadoo.es> | 2008-09-24 01:58:12 +0000 |
|---|---|---|
| committer | Oscar Fuentes <ofv@wanadoo.es> | 2008-09-24 01:58:12 +0000 |
| commit | ace327af3eee1d291df6f7ed40fbdb48fc1c7589 (patch) | |
| tree | 9fc2b44fef15abdeea33e55bcbb459f7360ee0d5 /llvm/lib/VMCore | |
| parent | 0d94c21a2bbbf1d988e0c405221f2e3e9383ad15 (diff) | |
| download | bcm5719-llvm-ace327af3eee1d291df6f7ed40fbdb48fc1c7589.tar.gz bcm5719-llvm-ace327af3eee1d291df6f7ed40fbdb48fc1c7589.zip | |
CMake: Lists of source files updated. Removed bogus dependency from
lib/VMCore/CMakeLists.txt
llvm-svn: 56541
Diffstat (limited to 'llvm/lib/VMCore')
| -rw-r--r-- | llvm/lib/VMCore/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/VMCore/CMakeLists.txt b/llvm/lib/VMCore/CMakeLists.txt index a7243c32849..dc54694b188 100644 --- a/llvm/lib/VMCore/CMakeLists.txt +++ b/llvm/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 |

