[llvm-commits] [llvm] r144299 - /llvm/trunk/tools/llvm-config-2/Makefile
Daniel Dunbar
daniel at zuster.org
Thu Nov 10 10:49:50 PST 2011
Author: ddunbar
Date: Thu Nov 10 12:49:50 2011
New Revision: 144299
URL: http://llvm.org/viewvc/llvm-project?rev=144299&view=rev
Log:
llvm-config-2: Use USEDLIBS directly instead of LINK_COMPONENTS, which will
require this tool to resolve (currently).
Modified:
llvm/trunk/tools/llvm-config-2/Makefile
Modified: llvm/trunk/tools/llvm-config-2/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-config-2/Makefile?rev=144299&r1=144298&r2=144299&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-config-2/Makefile (original)
+++ llvm/trunk/tools/llvm-config-2/Makefile Thu Nov 10 12:49:50 2011
@@ -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.
More information about the llvm-commits
mailing list