diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2011-07-30 10:10:23 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2011-07-30 10:10:23 +0000 |
commit | 27246dc78450ab9076cd306db80b0e9131518a6b (patch) | |
tree | 7b918f5b5daa7b77b025a4899e5af27e3eb92328 /llvm | |
parent | 5ff4e98c61257844aeaef539483842264ee3e974 (diff) | |
download | bcm5719-llvm-27246dc78450ab9076cd306db80b0e9131518a6b.tar.gz bcm5719-llvm-27246dc78450ab9076cd306db80b0e9131518a6b.zip |
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
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/Target/XCore/TargetInfo/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/XCore/TargetInfo/CMakeLists.txt b/llvm/lib/Target/XCore/TargetInfo/CMakeLists.txt index b2d33499fbf..7f84f690430 100644 --- a/llvm/lib/Target/XCore/TargetInfo/CMakeLists.txt +++ b/llvm/lib/Target/XCore/TargetInfo/CMakeLists.txt @@ -10,4 +10,4 @@ add_llvm_library_dependencies(LLVMXCoreInfo LLVMTarget ) -add_dependencies(LLVMXCoreInfo XCoreCodeGenTable_gen) +add_dependencies(LLVMXCoreInfo XCoreCommonTableGen) |