summaryrefslogtreecommitdiff
path: root/unittests/Makefile
diff options
context:
space:
mode:
authorJonathan Roelofs <jonathan@codesourcery.com>2014-02-12 03:21:20 +0000
committerJonathan Roelofs <jonathan@codesourcery.com>2014-02-12 03:21:20 +0000
commitddccd4eca1d469a4efe5968f74a3ca20a953f5f4 (patch)
treef41840970c5936cb8b0e31c5385034127c71f264 /unittests/Makefile
parent56c7cf67c6809d3a9aaaf3ec1ccfb1a37982131c (diff)
downloadclang-ddccd4eca1d469a4efe5968f74a3ca20a953f5f4.tar.gz
clang-ddccd4eca1d469a4efe5968f74a3ca20a953f5f4.tar.bz2
clang-ddccd4eca1d469a4efe5968f74a3ca20a953f5f4.tar.xz
Add Multilib selection machinery
This patch improves the support for picking Multilibs from gcc installations. It also provides a better approximation for the flags '-print-multi-directory' and '-print-multi-lib'. This reverts r201203 (i.e. re-applying r201202 with small fixes in unittests/CMakeLists.txtto make the build bots happy). review: http://llvm-reviews.chandlerc.com/D2538 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201205 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 d0dfe471d1..e4fbe584da 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -14,7 +14,7 @@ ifndef CLANG_LEVEL
IS_UNITTEST_LEVEL := 1
CLANG_LEVEL := ..
-PARALLEL_DIRS = Basic Lex
+PARALLEL_DIRS = Basic Lex Driver
include $(CLANG_LEVEL)/../..//Makefile.config