diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-01-15 22:59:11 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-01-15 22:59:11 +0000 |
commit | aeb9f0881a9dd06148abd9fc1aa6d1689cc360fb (patch) | |
tree | 997b0ce373c70425e84e75b56cea095a38d4a11f /lib/Target/MSP430 | |
parent | 2be065a0e8bfbd1a6e32399424f0adaf6694df18 (diff) | |
download | external_llvm-aeb9f0881a9dd06148abd9fc1aa6d1689cc360fb.zip external_llvm-aeb9f0881a9dd06148abd9fc1aa6d1689cc360fb.tar.gz external_llvm-aeb9f0881a9dd06148abd9fc1aa6d1689cc360fb.tar.bz2 |
Update CMake build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93570 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSP430')
-rw-r--r-- | lib/Target/MSP430/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/MSP430/CMakeLists.txt b/lib/Target/MSP430/CMakeLists.txt index 60e0bb1..29abe46 100644 --- a/lib/Target/MSP430/CMakeLists.txt +++ b/lib/Target/MSP430/CMakeLists.txt @@ -11,9 +11,10 @@ tablegen(MSP430GenCallingConv.inc -gen-callingconv) tablegen(MSP430GenSubtarget.inc -gen-subtarget) add_llvm_target(MSP430CodeGen - MSP430InstrInfo.cpp + MSP430BranchSelector.cpp MSP430ISelDAGToDAG.cpp MSP430ISelLowering.cpp + MSP430InstrInfo.cpp MSP430MCAsmInfo.cpp MSP430RegisterInfo.cpp MSP430Subtarget.cpp |