forked from OSchip/llvm-project
Stop building `as' and `dis' as they have been removed.
llvm-svn: 8529
This commit is contained in:
parent
5135afaa5a
commit
d5cc6bf0dc
|
@ -1,5 +1,5 @@
|
|||
LEVEL := ..
|
||||
PARALLEL_DIRS := as llvm-as dis llvm-dis opt gccas llc link lli gccld \
|
||||
PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc link lli gccld \
|
||||
analyze extract bugpoint llvm-ar
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
|
Loading…
Reference in New Issue