diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2006-06-01 01:42:33 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2006-06-01 01:42:33 +0000 |
| commit | b0e2fbc7305baa4e493ba2e33dbdf3cc2319da65 (patch) | |
| tree | 1b7261675b5cf10d19a636aa411817468ff804f8 | |
| parent | 18c8b49e7d3c94d7f84a4205a19f8761722fc4e5 (diff) | |
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
| -rw-r--r-- | tools/llc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile index fe74403963..53f98137c2 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 \ |
