forked from OSchip/llvm-project
Fix makefiles after shuffling passes around the libraries
llvm-svn: 2532
This commit is contained in:
parent
15435fd550
commit
355cc5ab26
|
@ -1,6 +1,6 @@
|
|||
LEVEL = ../..
|
||||
|
||||
TOOLNAME = gccas
|
||||
USEDLIBS = asmparser bcwriter transforms scalaropts analysis transforms target transformutils ipa vmcore support
|
||||
USEDLIBS = asmparser bcwriter transforms scalaropts analysis target transformutils ipa vmcore support
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
LEVEL = ../..
|
||||
|
||||
TOOLNAME = link
|
||||
USEDLIBS = transforms bcreader bcwriter vmcore support
|
||||
USEDLIBS = bcreader bcwriter transformutils vmcore support
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
LEVEL = ../..
|
||||
|
||||
TOOLNAME = link
|
||||
USEDLIBS = transforms bcreader bcwriter vmcore support
|
||||
USEDLIBS = bcreader bcwriter transformutils vmcore support
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
|
Loading…
Reference in New Issue