summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index db56a98b6c..9e5635c82e 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -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