forked from OSchip/llvm-project
Repeat some libs due to circular dependences between Sparc and other
code gen libraries. llvm-svn: 722
This commit is contained in:
parent
d50b665acf
commit
c524e1c714
|
@ -1,6 +1,6 @@
|
|||
LEVEL = ../..
|
||||
TOOLNAME = llc
|
||||
USEDLIBS = sparc regalloc sched select sparc target opt livevar bcreader vmcore asmwriter analysis support
|
||||
USEDLIBS = sparc regalloc sched select sparc regalloc sched select target opt livevar bcreader vmcore asmwriter analysis support
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
|
Loading…
Reference in New Issue