mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Eliminate opt library
llvm-svn: 1516
This commit is contained in:
parent
0431e5fad5
commit
10a9b7627d
@ -1,6 +1,6 @@
|
||||
LEVEL = ../..
|
||||
TOOLNAME = lli
|
||||
USEDLIBS = opt bcreader bcwriter vmcore asmwriter analysis support \
|
||||
USEDLIBS = bcreader bcwriter vmcore asmwriter analysis support \
|
||||
target transforms
|
||||
TOOLLINKOPTS = -ldl
|
||||
|
||||
@ -16,6 +16,6 @@ Debug/RuntimeLib.ll: Debug/RuntimeLib.c
|
||||
/home/vadve/lattner/cvs/gcc_install/bin/gcc $< -S -o $@
|
||||
|
||||
$(LEVEL)/tools/Debug/RuntimeLib.bc: Debug/RuntimeLib.ll
|
||||
../Debug/gccas $< -o $@
|
||||
LD_LIBRARY_PATH=../lib/Debug:/usr/dcs/software/evaluation/encap/gcc-3.0.2/lib/ ../Debug/gccas $< -o $@
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
LEVEL = ../..
|
||||
TOOLNAME = analyze
|
||||
USEDLIBS = opt analysis asmparser bcreader asmwriter vmcore analysis opt support
|
||||
USEDLIBS = analysis asmparser bcreader asmwriter scalaropts vmcore analysis support
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
LEVEL = ../..
|
||||
|
||||
TOOLNAME = gccas
|
||||
USEDLIBS = asmparser bcwriter scalaropts transforms analysis opt vmcore asmwriter support target
|
||||
USEDLIBS = asmparser bcwriter transforms scalaropts target analysis vmcore asmwriter support
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
@ -1,6 +1,6 @@
|
||||
LEVEL = ../..
|
||||
TOOLNAME = llc
|
||||
USEDLIBS = sparc regalloc sched select sparc regalloc sched select target opt instrument livevar bcreader bcwriter vmcore asmwriter analysis support transforms
|
||||
USEDLIBS = sparc regalloc sched select sparc regalloc sched select target instrument livevar bcreader bcwriter vmcore asmwriter analysis support transforms
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
LEVEL = ../..
|
||||
TOOLNAME = lli
|
||||
USEDLIBS = opt bcreader bcwriter vmcore asmwriter analysis support \
|
||||
USEDLIBS = bcreader bcwriter vmcore asmwriter analysis support \
|
||||
target transforms
|
||||
TOOLLINKOPTS = -ldl
|
||||
|
||||
@ -16,6 +16,6 @@ Debug/RuntimeLib.ll: Debug/RuntimeLib.c
|
||||
/home/vadve/lattner/cvs/gcc_install/bin/gcc $< -S -o $@
|
||||
|
||||
$(LEVEL)/tools/Debug/RuntimeLib.bc: Debug/RuntimeLib.ll
|
||||
../Debug/gccas $< -o $@
|
||||
LD_LIBRARY_PATH=../lib/Debug:/usr/dcs/software/evaluation/encap/gcc-3.0.2/lib/ ../Debug/gccas $< -o $@
|
||||
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
LEVEL = ../..
|
||||
TOOLNAME = opt
|
||||
USEDLIBS = opt bcreader bcwriter asmwriter analysis vmcore support instrument transforms scalaropts ipo target analysis
|
||||
USEDLIBS = bcreader bcwriter asmwriter analysis instrument transforms \
|
||||
scalaropts ipo target analysis vmcore support
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user