summaryrefslogtreecommitdiff
path: root/tools/llvm-config-2
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
commitf084e1dc42c5c0a69c29de68bf129c39ca5d3641 (patch)
tree0a244c2410b75b465e67cb144ba142def76b90ed /tools/llvm-config-2
parent77352c9897f434367672e9063db12a29a62bdc57 (diff)
downloadllvm-f084e1dc42c5c0a69c29de68bf129c39ca5d3641.tar.gz
llvm-f084e1dc42c5c0a69c29de68bf129c39ca5d3641.tar.bz2
llvm-f084e1dc42c5c0a69c29de68bf129c39ca5d3641.tar.xz
llvm-config-2: Use USEDLIBS directly instead of LINK_COMPONENTS, which will
require this tool to resolve (currently). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144299 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-config-2')
-rw-r--r--tools/llvm-config-2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-config-2/Makefile b/tools/llvm-config-2/Makefile
index b7233e5c5d..08e084429d 100644
--- a/tools/llvm-config-2/Makefile
+++ b/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.