diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-17 19:04:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-17 19:04:03 +0000 |
commit | 0dd0d49e780a1523cffc0a616ccdae0b6aa75a14 (patch) | |
tree | dd8afbdbf177fd312e580f3700d5d725541d699c /test/Makefile | |
parent | 34e9d17d1b5fdba2b6fe75979c941209a442560e (diff) | |
download | external_llvm-0dd0d49e780a1523cffc0a616ccdae0b6aa75a14.zip external_llvm-0dd0d49e780a1523cffc0a616ccdae0b6aa75a14.tar.gz external_llvm-0dd0d49e780a1523cffc0a616ccdae0b6aa75a14.tar.bz2 |
doh, didn't mean to check in my hackaround lit sucking. :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101663 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index fc6e67b..3750fdb 100644 --- a/test/Makefile +++ b/test/Makefile @@ -28,7 +28,7 @@ endif ifdef VERBOSE RUNTESTFLAGS := $(VERBOSE) -LIT_ARGS := -v -j16 +LIT_ARGS := -v else LIT_ARGS := -s -v endif |