summaryrefslogtreecommitdiff
path: root/unittests/Makefile
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-07-29 01:25:38 +0000
committerEric Christopher <echristo@apple.com>2010-07-29 01:25:38 +0000
commite6cbfa6b09e3e9ddf18449d1b64793e24af27c6b (patch)
treedabe5eaa423f43afe5d1419cddf43a7c626a9884 /unittests/Makefile
parentd9082dfd9ab442dd33f552693fcc0f396a514bb6 (diff)
downloadllvm-e6cbfa6b09e3e9ddf18449d1b64793e24af27c6b.tar.gz
llvm-e6cbfa6b09e3e9ddf18449d1b64793e24af27c6b.tar.bz2
llvm-e6cbfa6b09e3e9ddf18449d1b64793e24af27c6b.tar.xz
Speculatively revert r109705 since it seems to be causing some build bot
angst. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109718 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Makefile')
-rw-r--r--unittests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Makefile b/unittests/Makefile
index 0401cd1c67..9f377cd744 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -9,7 +9,7 @@
LEVEL = ..
-PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore Analysis
+PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore
include $(LEVEL)/Makefile.common