1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Build llvm-as and llvm-dis as the upgrade path to renamed tools.

llvm-svn: 8192
This commit is contained in:
Misha Brukman 2003-08-28 21:43:51 +00:00
parent 588d65ae68
commit eed6bdf487

View File

@ -1,5 +1,6 @@
LEVEL := ..
PARALLEL_DIRS := as dis opt gccas llc link lli gccld analyze extract bugpoint
PARALLEL_DIRS := as llvm-as dis llvm-dis opt gccas llc link lli gccld \
analyze extract bugpoint
include $(LEVEL)/Makefile.common