forked from OSchip/llvm-project
Straighten out makefiles after moving code to new Transform Utils library
llvm-svn: 2520
This commit is contained in:
parent
3d3f4df710
commit
56c3f22249
|
@ -1,6 +1,6 @@
|
|||
LEVEL = ../..
|
||||
|
||||
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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
LEVEL = ../..
|
||||
|
||||
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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
LEVEL = ../..
|
||||
TOOLNAME = llc
|
||||
USEDLIBS = sparc regalloc sched select target \
|
||||
instrument livevar bcreader bcwriter analysis transforms analysis \
|
||||
scalaropts vmcore support
|
||||
instrument livevar bcreader bcwriter analysis transforms \
|
||||
scalaropts transformutils vmcore support
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
LEVEL = ../..
|
||||
TOOLNAME = opt
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue