diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-20 04:31:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-20 04:31:55 +0000 |
commit | 56f3cc6a5ffff81f20d89796b9fbd6710aede8c3 (patch) | |
tree | 53ea139fe52ccad2a95e7bcdab61f75b0c8abbec /test/Makefile | |
parent | 820cbbb668ff6a38a8724dbe6f20242e14f1900a (diff) |
revert r101863, whcih is causing Sema/altivec-init.c to fail on a ton
of buildbots with:
error: 'error' diagnostics expected but not seen:
Line 9: too few elements in vector initialization (expected 8 elements, have 2)
1 warning and 1 error generated.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101864 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index e9d89454b8..40170e42ff 100644 --- a/test/Makefile +++ b/test/Makefile @@ -16,9 +16,9 @@ TESTDIRS += $(EXTRA_TESTDIRS) ifndef TESTARGS ifdef VERBOSE -TESTARGS = -v +TESTARGS = -v -j16 else -TESTARGS = -s -v +TESTARGS = -s -v -j16 endif endif |