diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2011-08-01 19:55:11 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2011-08-01 19:55:11 +0000 |
commit | c099a6f9ce059ca334cc7b173e450a0c94bb770e (patch) | |
tree | 1fa76094232a756dfc641ab356c7f3eeea2aeea4 /llvm/lib/Target/Sparc | |
parent | 7513939ddd1c3070d320731c739bc4aa50ea946a (diff) | |
download | bcm5719-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/Sparc')
-rw-r--r-- | llvm/lib/Target/Sparc/TargetInfo/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Sparc/TargetInfo/CMakeLists.txt b/llvm/lib/Target/Sparc/TargetInfo/CMakeLists.txt index e2dabb17490..a0760231386 100644 --- a/llvm/lib/Target/Sparc/TargetInfo/CMakeLists.txt +++ b/llvm/lib/Target/Sparc/TargetInfo/CMakeLists.txt @@ -10,4 +10,4 @@ add_llvm_library_dependencies(LLVMSparcInfo LLVMTarget ) -add_dependencies(LLVMSparcInfo SparcCodeGenTable_gen) +add_dependencies(LLVMSparcInfo SparcCommonTableGen) |