mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 18:24:05 +00:00
Fix makefiles after shuffling passes around the libraries
llvm-svn: 2532
This commit is contained in:
parent
f7806b0212
commit
5cae7abf34
@ -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…
x
Reference in New Issue
Block a user