llvm-config-2: Use USEDLIBS directly instead of LINK_COMPONENTS, which will
authorDaniel Dunbar <daniel@zuster.org>
Thu, 10 Nov 2011 18:49:50 +0000 (18:49 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 10 Nov 2011 18:49:50 +0000 (18:49 +0000)
require this tool to resolve (currently).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144299 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-config-2/Makefile

index b7233e5c5d055947d8183df96d4c55452a389bb5..08e084429db2c05394967ca9662b4e9a08cd1811 100644 (file)
@@ -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.