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:
d7db863
)
Try again, now it works right
author
Chris Lattner
<sabre@nondot.org>
Tue, 22 Jan 2002 02:28:50 +0000
(
02:28
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 22 Jan 2002 02:28:50 +0000
(
02:28
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1526
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llc/Makefile
patch
|
blob
|
history
diff --git
a/tools/llc/Makefile
b/tools/llc/Makefile
index 129bf7294881138b67bc752d8582a80e38d3ac38..b656c0d26c8cd28cb0ba0973d14606c363220fef 100644
(file)
--- a/
tools/llc/Makefile
+++ b/
tools/llc/Makefile
@@
-1,6
+1,7
@@
LEVEL = ../..
TOOLNAME = llc
-USEDLIBS = sparc regalloc sched select sparc regalloc sched select target instrument livevar bcreader bcwriter vmcore asmwriter transforms analysis support
+USEDLIBS = sparc regalloc sched select sparc regalloc sched select target \
+ instrument livevar bcreader bcwriter transforms analysis scalaropts vmcore asmwriter support
include $(LEVEL)/Makefile.common