projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18c8b49
)
Oops, llc needs libTarget.a not Target.o
author
Reid Spencer
<rspencer@reidspencer.com>
Thu, 1 Jun 2006 01:42:33 +0000
(
01:42
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Thu, 1 Jun 2006 01:42:33 +0000
(
01:42
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28611
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llc/Makefile
patch
|
blob
|
history
diff --git
a/tools/llc/Makefile
b/tools/llc/Makefile
index fe744039636ded64f010dc6593bc470efac14c43..53f98137c2cd38227009a3230d34fe3ff0d52786 100644
(file)
--- 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 \