summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSP430/MCTargetDesc
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-12 02:10:57 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-12 02:10:57 +0000
commit52823cc91ca541cc0ee5dd6395a7dad2150987bd (patch)
tree496e629965375d24325a172b0e0f0ba961c31b40 /llvm/lib/Target/MSP430/MCTargetDesc
parentc9ed478a39586878e05f56b46973112aa9f874ca (diff)
downloadbcm5719-llvm-52823cc91ca541cc0ee5dd6395a7dad2150987bd.tar.gz
bcm5719-llvm-52823cc91ca541cc0ee5dd6395a7dad2150987bd.zip
build: Attempt to rectify inconsistencies between CMake and LLVMBuild versions of explicit dependencies.
- The hope is that we have a tool/test to verify these are accurate (and tight) soon. llvm-svn: 144444
Diffstat (limited to 'llvm/lib/Target/MSP430/MCTargetDesc')
-rw-r--r--llvm/lib/Target/MSP430/MCTargetDesc/CMakeLists.txt2
-rw-r--r--llvm/lib/Target/MSP430/MCTargetDesc/LLVMBuild.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/llvm/lib/Target/MSP430/MCTargetDesc/CMakeLists.txt b/llvm/lib/Target/MSP430/MCTargetDesc/CMakeLists.txt
index 04bd03e4946..c2dd448be94 100644
--- a/llvm/lib/Target/MSP430/MCTargetDesc/CMakeLists.txt
+++ b/llvm/lib/Target/MSP430/MCTargetDesc/CMakeLists.txt
@@ -7,6 +7,8 @@ add_llvm_library_dependencies(LLVMMSP430Desc
LLVMMC
LLVMMSP430AsmPrinter
LLVMMSP430Info
+ LLVMSupport
+ LLVMTarget
)
add_dependencies(LLVMMSP430Desc MSP430CommonTableGen)
diff --git a/llvm/lib/Target/MSP430/MCTargetDesc/LLVMBuild.txt b/llvm/lib/Target/MSP430/MCTargetDesc/LLVMBuild.txt
index 5d410823870..1890e9d5d2e 100644
--- a/llvm/lib/Target/MSP430/MCTargetDesc/LLVMBuild.txt
+++ b/llvm/lib/Target/MSP430/MCTargetDesc/LLVMBuild.txt
@@ -19,6 +19,6 @@
type = Library
name = MSP430Desc
parent = MSP430
-required_libraries = MC MSP430AsmPrinter MSP430Info Support
+required_libraries = MC MSP430AsmPrinter MSP430Info Support Target
add_to_library_groups = MSP430
OpenPOWER on IntegriCloud