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:
71de0ce
)
Autodep functionality broken. Remove so we get successful builds
author
Chris Lattner
<sabre@nondot.org>
Sat, 21 Jul 2001 18:59:13 +0000
(18:59 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 21 Jul 2001 18:59:13 +0000
(18:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llc/Makefile
patch
|
blob
|
history
diff --git
a/tools/llc/Makefile
b/tools/llc/Makefile
index 6b69a5cf1ad4da22041961bd1482acf27f9d78d5..5a5a5cf3c2ee1745b084f3848064ec1aff84fb70 100644
(file)
--- a/
tools/llc/Makefile
+++ b/
tools/llc/Makefile
@@
-16,7
+16,7
@@
all:: llc
clean::
rm -f llc
-llc : $(ObjectsG)
$(LibsG)
+llc : $(ObjectsG)
$(LinkG) -o $@ -static \
-lllc -lselect -lsparc -ltarget \
-lopt -lbcreader -lbcwriter \