summaryrefslogtreecommitdiff
path: root/unittests/Makefile
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-12-19 00:41:03 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-12-19 00:41:03 +0000
commit2fcb0c34b324bb7fb80f74b8d14db8cfd2892916 (patch)
tree3d5ced4d1c5faad683b3a836c43ad09d34e6013a /unittests/Makefile
parentd218959ec5e6c7d3b129f9437bc243b9bdab9e27 (diff)
downloadllvm-2fcb0c34b324bb7fb80f74b8d14db8cfd2892916.tar.gz
llvm-2fcb0c34b324bb7fb80f74b8d14db8cfd2892916.tar.bz2
llvm-2fcb0c34b324bb7fb80f74b8d14db8cfd2892916.tar.xz
ArchiveFileDescriptorTests: Resurrect part of r197600, but make it invalidated, to appease buildbots.
Please revert this several hours later ;) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197635 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 06ba93243e..d80cab2621 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -9,8 +9,8 @@
LEVEL = ..
-PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \
- MC Object Option Support Transforms
+PARALLEL_DIRS = ADT Analysis ArchiveFileDescriptor Bitcode CodeGen DebugInfo \
+ ExecutionEngine IR MC Object Option Support Transforms
include $(LEVEL)/Makefile.common