[llvm-commits] [poolalloc] r73627 - /poolalloc/trunk/tools/Pa/Makefile
John Criswell
criswell at uiuc.edu
Wed Jun 17 13:05:42 PDT 2009
Author: criswell
Date: Wed Jun 17 15:05:42 2009
New Revision: 73627
URL: http://llvm.org/viewvc/llvm-project?rev=73627&view=rev
Log:
Link in the archive version of the libraries since relinked versions are no
longer built by the LLVM Makefile machinery.
Modified:
poolalloc/trunk/tools/Pa/Makefile
Modified: poolalloc/trunk/tools/Pa/Makefile
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/tools/Pa/Makefile?rev=73627&r1=73626&r2=73627&view=diff
==============================================================================
--- poolalloc/trunk/tools/Pa/Makefile (original)
+++ poolalloc/trunk/tools/Pa/Makefile Wed Jun 17 15:05:42 2009
@@ -14,7 +14,7 @@
LINK_COMPONENTS := bitreader bitwriter instrumentation scalaropts ipo \
nativecodegen
-USEDLIBS := poolalloc LLVMDataStructure
+USEDLIBS := poolalloc.a LLVMDataStructure.a
# Include this here so we can get the configuration of the targets
# that have been configured for construction. We have to do this
More information about the llvm-commits
mailing list