forked from OSchip/llvm-project
Cut down number of times libraries are included to link a little bit faster
llvm-svn: 1678
This commit is contained in:
parent
5216cc55f7
commit
47b65a1025
|
@ -1,6 +1,6 @@
|
|||
LEVEL = ../..
|
||||
TOOLNAME = llc
|
||||
USEDLIBS = sparc regalloc sched select sparc regalloc sched select target \
|
||||
USEDLIBS = sparc regalloc sched select sched select target \
|
||||
instrument livevar bcreader bcwriter analysis transforms analysis \
|
||||
scalaropts vmcore asmwriter support
|
||||
|
||||
|
|
Loading…
Reference in New Issue