Fix ordering dependency problem

llvm-svn: 1524
This commit is contained in:
Chris Lattner 2002-01-22 01:03:39 +00:00
parent 654b5bc77a
commit 4267cedfa5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = llc
USEDLIBS = sparc regalloc sched select sparc regalloc sched select target instrument livevar bcreader bcwriter vmcore asmwriter analysis support transforms
USEDLIBS = sparc regalloc sched select sparc regalloc sched select target instrument livevar bcreader bcwriter vmcore asmwriter transforms analysis support
include $(LEVEL)/Makefile.common