mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 20:59:51 +00:00
Straighten out makefiles after moving code to new Transform Utils library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2520 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
88d15ab0d6
commit
2154d13354
@ -1,6 +1,6 @@
|
|||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
|
|
||||||
TOOLNAME = gccas
|
TOOLNAME = gccas
|
||||||
USEDLIBS = asmparser bcwriter transforms scalaropts target analysis transforms ipa vmcore support
|
USEDLIBS = asmparser bcwriter transforms scalaropts analysis transforms target transformutils ipa vmcore support
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
|
|
||||||
TOOLNAME = gccld
|
TOOLNAME = gccld
|
||||||
USEDLIBS = transforms ipo ipa analysis scalaropts target bcreader bcwriter vmcore support
|
USEDLIBS = ipo analysis transforms ipa scalaropts transformutils target bcreader bcwriter vmcore support
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
TOOLNAME = llc
|
TOOLNAME = llc
|
||||||
USEDLIBS = sparc regalloc sched select target \
|
USEDLIBS = sparc regalloc sched select target \
|
||||||
instrument livevar bcreader bcwriter analysis transforms analysis \
|
instrument livevar bcreader bcwriter analysis transforms \
|
||||||
scalaropts vmcore support
|
scalaropts transformutils vmcore support
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
TOOLNAME = opt
|
TOOLNAME = opt
|
||||||
USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
|
USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
|
||||||
ipo ipa datastructure target analysis transforms vmcore support
|
ipo ipa datastructure transforms target analysis transformutils vmcore support
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user