summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-08-03 23:44:01 +0000
committerTed Kremenek <kremenek@apple.com>2009-08-03 23:44:01 +0000
commit3ddfff98a0e95b6cc33fa7659e3e8ad9bc9b7bb8 (patch)
treea47592abd33cb95d1748eb950fb3ea2f5764f93c /llvm/lib
parentfb50bf5a6f16fe2376f2b4276d40ec10ea0d538b (diff)
downloadbcm5719-llvm-3ddfff98a0e95b6cc33fa7659e3e8ad9bc9b7bb8.tar.gz
bcm5719-llvm-3ddfff98a0e95b6cc33fa7659e3e8ad9bc9b7bb8.zip
Update CMake files.
llvm-svn: 78020
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/CMakeLists.txt1
-rw-r--r--llvm/lib/Target/Blackfin/AsmPrinter/CMakeLists.txt1
-rw-r--r--llvm/lib/Target/Blackfin/TargetInfo/CMakeLists.txt1
3 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt
index 4427b5d263d..53eac7dbc5f 100644
--- a/llvm/lib/CodeGen/CMakeLists.txt
+++ b/llvm/lib/CodeGen/CMakeLists.txt
@@ -2,6 +2,7 @@ add_llvm_library(LLVMCodeGen
BranchFolding.cpp
CodePlacementOpt.cpp
DeadMachineInstructionElim.cpp
+ Dump.cpp
DwarfEHPrepare.cpp
ELFCodeEmitter.cpp
ELFWriter.cpp
diff --git a/llvm/lib/Target/Blackfin/AsmPrinter/CMakeLists.txt b/llvm/lib/Target/Blackfin/AsmPrinter/CMakeLists.txt
index cd20f0754ba..118b086f3f5 100644
--- a/llvm/lib/Target/Blackfin/AsmPrinter/CMakeLists.txt
+++ b/llvm/lib/Target/Blackfin/AsmPrinter/CMakeLists.txt
@@ -1,3 +1,4 @@
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
add_llvm_library(LLVMBlackfinAsmPrinter BlackfinAsmPrinter.cpp)
+ BlackfinAsmPrinter.cpp
add_dependencies(LLVMBlackfinAsmPrinter BlackfinCodeGenTable_gen)
diff --git a/llvm/lib/Target/Blackfin/TargetInfo/CMakeLists.txt b/llvm/lib/Target/Blackfin/TargetInfo/CMakeLists.txt
index 4584eeba55f..64e3aa1a408 100644
--- a/llvm/lib/Target/Blackfin/TargetInfo/CMakeLists.txt
+++ b/llvm/lib/Target/Blackfin/TargetInfo/CMakeLists.txt
@@ -1,3 +1,4 @@
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
add_llvm_library(LLVMBlackfinInfo BlackfinTargetInfo.cpp)
+ BlackfinTargetInfo.cpp
add_dependencies(LLVMBlackfinInfo BlackfinCodeGenTable_gen)
OpenPOWER on IntegriCloud