forked from OSchip/llvm-project
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:
parent
5ff4e98c61
commit
27246dc784
|
@ -10,4 +10,4 @@ add_llvm_library_dependencies(LLVMXCoreInfo
|
|||
LLVMTarget
|
||||
)
|
||||
|
||||
add_dependencies(LLVMXCoreInfo XCoreCodeGenTable_gen)
|
||||
add_dependencies(LLVMXCoreInfo XCoreCommonTableGen)
|
||||
|
|
Loading…
Reference in New Issue