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:
d7fa0fd
)
Make the makefile work
author
Chris Lattner
<sabre@nondot.org>
Sat, 21 Jul 2001 19:31:40 +0000
(19:31 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 21 Jul 2001 19:31:40 +0000
(19:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llc/Makefile
patch
|
blob
|
history
diff --git
a/tools/llc/Makefile
b/tools/llc/Makefile
index 5a5a5cf3c2ee1745b084f3848064ec1aff84fb70..a5b098c0736af27012126b21236300ed2ff2182f 100644
(file)
--- a/
tools/llc/Makefile
+++ b/
tools/llc/Makefile
@@
-1,9
+1,5
@@
LEVEL = ../..
-DIRS =
-
-LIBRARYNAME = llc
-
## List source files in link order
Source = \
llc.o \
@@
-12,12
+8,11
@@
Source = \
include $(LEVEL)/Makefile.common
all:: llc
-
clean::
rm -f llc
llc : $(ObjectsG)
- $(LinkG) -o $@
-static
\
- -l
llc -l
select -lsparc -ltarget \
+ $(LinkG) -o $@
$(ObjectsG)
\
+ -lselect -lsparc -ltarget \
-lopt -lbcreader -lbcwriter \
-lvmcore -lasmwriter -lanalysis -lsupport