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 | bda8193caff0485103099a549ad2e5b64373ca76 (patch) | |
| tree | 71b7b2b35ef3a1324a406e6b17f0b5addfd8e9d6 /llvm | |
| parent | f0462ff691cf2d7f97aa140900acc9441f57bc85 (diff) | |
| download | bcm5719-llvm-bda8193caff0485103099a549ad2e5b64373ca76.tar.gz bcm5719-llvm-bda8193caff0485103099a549ad2e5b64373ca76.zip  | |
Update CMake build.
llvm-svn: 93570
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/Target/MSP430/CMakeLists.txt | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/MSP430/CMakeLists.txt b/llvm/lib/Target/MSP430/CMakeLists.txt index 60e0bb1856c..29abe46c880 100644 --- a/llvm/lib/Target/MSP430/CMakeLists.txt +++ b/llvm/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  | 

