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:
1433583
)
Changed link line.
author
Vikram S. Adve
<vadve@cs.uiuc.edu>
Tue, 28 Aug 2001 23:23:35 +0000
(23:23 +0000)
committer
Vikram S. Adve
<vadve@cs.uiuc.edu>
Tue, 28 Aug 2001 23:23:35 +0000
(23:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@405
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llc/Makefile
patch
|
blob
|
history
diff --git
a/tools/llc/Makefile
b/tools/llc/Makefile
index adfd9c822bffd2fa8afa407f49a967b1578ac5e7..ea6ac95e63c81a94b631567c3b067ef783cf7efe 100644
(file)
--- a/
tools/llc/Makefile
+++ b/
tools/llc/Makefile
@@
-5,8
+5,8
@@
all:: llc
clean::
rm -f llc
-llc : $(ObjectsG)
+llc : $(ObjectsG)
$(LibsG)
$(LinkG) -o $@ $(ObjectsG) \
- -lselect -lsparc -ltarget \
- -lopt -lbcreader -lbcwriter \
+ -ls
ched -ls
elect -lsparc -ltarget \
+ -lopt -l
livevar -l
bcreader -lbcwriter \
-lvmcore -lasmwriter -lanalysis -lsupport