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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136643 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chandler Carruth
2011-08-01 19:55:11 +00:00
parent 531f19f767
commit 81fd0ba8ab
9 changed files with 9 additions and 9 deletions

View File

@@ -11,4 +11,4 @@ add_llvm_library_dependencies(LLVMMBlazeInfo
LLVMTarget
)
add_dependencies(LLVMMBlazeInfo MBlazeCodeGenTable_gen)
add_dependencies(LLVMMBlazeInfo MBlazeCommonTableGen)