diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2014-02-18 15:20:02 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2014-02-18 15:20:02 +0000 |
commit | 1bf8d9107b77abeefc84ba41bb49e802a2533ff3 (patch) | |
tree | 0e52041b0575c033f0d5666478fdda7912113842 /clang/unittests/Makefile | |
parent | 330fd535f8b1028044b8a56232caf07a90dfe922 (diff) | |
download | bcm5719-llvm-1bf8d9107b77abeefc84ba41bb49e802a2533ff3.tar.gz bcm5719-llvm-1bf8d9107b77abeefc84ba41bb49e802a2533ff3.zip |
libclang: fix a bug in processing invalid arguments, introduced in r201249
Recommit r201346, reverted in r201373.
llvm-svn: 201578
Diffstat (limited to 'clang/unittests/Makefile')
-rw-r--r-- | clang/unittests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Makefile b/clang/unittests/Makefile index e4fbe584da1..9b95a6eda20 100644 --- a/clang/unittests/Makefile +++ b/clang/unittests/Makefile @@ -14,7 +14,7 @@ ifndef CLANG_LEVEL IS_UNITTEST_LEVEL := 1 CLANG_LEVEL := .. -PARALLEL_DIRS = Basic Lex Driver +PARALLEL_DIRS = Basic Lex Driver libclang include $(CLANG_LEVEL)/../..//Makefile.config |