summaryrefslogtreecommitdiff
path: root/unittests/Makefile
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2013-12-18 19:25:51 +0000
committerOwen Anderson <resistor@mac.com>2013-12-18 19:25:51 +0000
commit4fc184584c8271fcd6dea39676b39681bf356f83 (patch)
tree3778a1dda91d443ff12bb55a7d48b4db5b770509 /unittests/Makefile
parent04946d54db28d963a330f4d390c433069ac36da8 (diff)
downloadllvm-4fc184584c8271fcd6dea39676b39681bf356f83.tar.gz
llvm-4fc184584c8271fcd6dea39676b39681bf356f83.tar.bz2
llvm-4fc184584c8271fcd6dea39676b39681bf356f83.tar.xz
Revert r197600 while I sort out why it's failing on Windows.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197602 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Makefile')
-rw-r--r--unittests/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/unittests/Makefile b/unittests/Makefile
index d80cab2621..06ba93243e 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -9,8 +9,8 @@
LEVEL = ..
-PARALLEL_DIRS = ADT Analysis ArchiveFileDescriptor Bitcode CodeGen DebugInfo \
- ExecutionEngine IR MC Object Option Support Transforms
+PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \
+ MC Object Option Support Transforms
include $(LEVEL)/Makefile.common