[llvm-commits] CVS: llvm/tools/llc/Makefile

Reid Spencer reid at x10sys.com
Wed May 31 18:42:46 PDT 2006



Changes in directory llvm/tools/llc:

Makefile updated: 1.82 -> 1.83
---
Log message:

Oops, llc needs libTarget.a not Target.o


---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.82 llvm/tools/llc/Makefile:1.83
--- llvm/tools/llc/Makefile:1.82	Wed May 31 20:30:26 2006
+++ llvm/tools/llc/Makefile	Wed May 31 20:42:33 2006
@@ -56,7 +56,7 @@
 USEDLIBS += \
 	LLVMSelectionDAG \
 	LLVMCodeGen \
-	LLVMTarget \
+	LLVMTarget.a \
 	LLVMipa.a \
 	LLVMTransforms.a \
 	LLVMScalarOpts.a \






More information about the llvm-commits mailing list