Reorder tool building sequence to more closely match the reality of what

is being worked on the most.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3196 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-08-01 00:01:33 +00:00
parent fc94446777
commit 2fd5b3da1e

View File

@ -1,5 +1,5 @@
LEVEL = ..
DIRS = as dis opt link gccas lli llc gccld analyze extract
DIRS = as dis opt gccas llc link lli gccld analyze extract
include $(LEVEL)/Makefile.common