aboutsummaryrefslogtreecommitdiffstats
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
commit7a6661431d043c11e15a72c6eb57b681fe7d3248 (patch)
treebc87137e2caefbc9bbe60e90a09f877db09df25d
parentebd055c65ff685504558790428be11c967b62ecf (diff)
downloadexternal_llvm-7a6661431d043c11e15a72c6eb57b681fe7d3248.zip
external_llvm-7a6661431d043c11e15a72c6eb57b681fe7d3248.tar.gz
external_llvm-7a6661431d043c11e15a72c6eb57b681fe7d3248.tar.bz2
Update CMake files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78020 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/CMakeLists.txt1
-rw-r--r--lib/Target/Blackfin/AsmPrinter/CMakeLists.txt1
-rw-r--r--lib/Target/Blackfin/TargetInfo/CMakeLists.txt1
3 files changed, 3 insertions, 0 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt
index 4427b5d..53eac7d 100644
--- a/lib/CodeGen/CMakeLists.txt
+++ b/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/lib/Target/Blackfin/AsmPrinter/CMakeLists.txt b/lib/Target/Blackfin/AsmPrinter/CMakeLists.txt
index cd20f07..118b086 100644
--- a/lib/Target/Blackfin/AsmPrinter/CMakeLists.txt
+++ b/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/lib/Target/Blackfin/TargetInfo/CMakeLists.txt b/lib/Target/Blackfin/TargetInfo/CMakeLists.txt
index 4584eeb..64e3aa1 100644
--- a/lib/Target/Blackfin/TargetInfo/CMakeLists.txt
+++ b/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)