1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

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

is being worked on the most.

llvm-svn: 3196
This commit is contained in:
Chris Lattner 2002-08-01 00:01:33 +00:00
parent 8adb533609
commit f0389c0e0b

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