summaryrefslogtreecommitdiffstats
path: root/unittests/Makefile
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2011-07-18 16:43:53 +0000
committerJeffrey Yasskin <jyasskin@google.com>2011-07-18 16:43:53 +0000
commit5b106a872d66f57522b1cc6d1b67f93704409114 (patch)
tree68e7b46278adbd776d869ef06595a4a00572d50c /unittests/Makefile
parente9c0265d6e6b5bf865f4a0c2c00d00ac251e6437 (diff)
Define DiagnosticBuilder<<APValue so it's easy to include APValues in
diagnostics. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135398 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 951e17e217..f4ce6adaa7 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -14,7 +14,7 @@ ifndef CLANG_LEVEL
IS_UNITTEST_LEVEL := 1
CLANG_LEVEL := ..
-PARALLEL_DIRS = Basic Frontend
+PARALLEL_DIRS = AST Basic Frontend
endif # CLANG_LEVEL