summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSP430/TargetInfo
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-08-01 19:55:11 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-08-01 19:55:11 +0000
commitc099a6f9ce059ca334cc7b173e450a0c94bb770e (patch)
tree1fa76094232a756dfc641ab356c7f3eeea2aeea4 /llvm/lib/Target/MSP430/TargetInfo
parent7513939ddd1c3070d320731c739bc4aa50ea946a (diff)
downloadbcm5719-llvm-c099a6f9ce059ca334cc7b173e450a0c94bb770e.tar.gz
bcm5719-llvm-c099a6f9ce059ca334cc7b173e450a0c94bb770e.zip
Actually finish switching to the new system for Target sublibrary
TableGen deps introduced in r136023. This completes the fixing that dgregor started in r136621. Sorry for missing these the first time around. This should fix some of the random race-condition failures people are still seeing with CMake. llvm-svn: 136643
Diffstat (limited to 'llvm/lib/Target/MSP430/TargetInfo')
-rw-r--r--llvm/lib/Target/MSP430/TargetInfo/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/MSP430/TargetInfo/CMakeLists.txt b/llvm/lib/Target/MSP430/TargetInfo/CMakeLists.txt
index 40f002313d5..1526946af5f 100644
--- a/llvm/lib/Target/MSP430/TargetInfo/CMakeLists.txt
+++ b/llvm/lib/Target/MSP430/TargetInfo/CMakeLists.txt
@@ -10,4 +10,4 @@ add_llvm_library_dependencies(LLVMMSP430Info
LLVMTarget
)
-add_dependencies(LLVMMSP430Info MSP430CodeGenTable_gen)
+add_dependencies(LLVMMSP430Info MSP430CommonTableGen)
OpenPOWER on IntegriCloud