Switch another of the old dependencies on implicitly produced synthetic

rules to the new explicitly listed TableGen rules. Somehow I missed this
in my original sweep.

llvm-svn: 136567
This commit is contained in:
Chandler Carruth 2011-07-30 10:10:23 +00:00
parent 5ff4e98c61
commit 27246dc784
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ add_llvm_library_dependencies(LLVMXCoreInfo
LLVMTarget
)
add_dependencies(LLVMXCoreInfo XCoreCodeGenTable_gen)
add_dependencies(LLVMXCoreInfo XCoreCommonTableGen)