From b0e2fbc7305baa4e493ba2e33dbdf3cc2319da65 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 1 Jun 2006 01:42:33 +0000 Subject: [PATCH] Oops, llc needs libTarget.a not Target.o git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28611 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/llc/Makefile b/tools/llc/Makefile index fe744039636..53f98137c2c 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -56,7 +56,7 @@ endif USEDLIBS += \ LLVMSelectionDAG \ LLVMCodeGen \ - LLVMTarget \ + LLVMTarget.a \ LLVMipa.a \ LLVMTransforms.a \ LLVMScalarOpts.a \