summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-10 18:49:50 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-10 18:49:50 +0000
commitf5b9658a2552bab8ce7fc5519f14103bba2dadbc (patch)
treebf91ead73c6f4c9036ec3237cee36277c0d8b022 /llvm
parenta294c549ca4a1c9f90e99e807cfa8328d354938b (diff)
downloadbcm5719-llvm-f5b9658a2552bab8ce7fc5519f14103bba2dadbc.tar.gz
bcm5719-llvm-f5b9658a2552bab8ce7fc5519f14103bba2dadbc.zip
llvm-config-2: Use USEDLIBS directly instead of LINK_COMPONENTS, which will
require this tool to resolve (currently). llvm-svn: 144299
Diffstat (limited to 'llvm')
-rw-r--r--llvm/tools/llvm-config-2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-config-2/Makefile b/llvm/tools/llvm-config-2/Makefile
index b7233e5c5d0..08e084429db 100644
--- a/llvm/tools/llvm-config-2/Makefile
+++ b/llvm/tools/llvm-config-2/Makefile
@@ -9,7 +9,7 @@
LEVEL := ../..
TOOLNAME := llvm-config-2
-LINK_COMPONENTS := support
+USEDLIBS := LLVMSupport.a
# We generate sources in the build directory, make sure it is in the include
# paths.
OpenPOWER on IntegriCloud