summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-17 18:56:34 +0000
committerChris Lattner <sabre@nondot.org>2010-04-17 18:56:34 +0000
commiteef6d78be1c3a685f277be3e89ff17f67ed65f49 (patch)
tree4ea90a963db29bfa1027bfe973718d4a08ed4d90 /test/Makefile
parent7834facff938cccce294e5c4065202d922411a5d (diff)
downloadllvm-eef6d78be1c3a685f277be3e89ff17f67ed65f49.tar.gz
llvm-eef6d78be1c3a685f277be3e89ff17f67ed65f49.tar.bz2
llvm-eef6d78be1c3a685f277be3e89ff17f67ed65f49.tar.xz
teach the x86 asm parser how to handle segment prefixes
in memory operands. rdar://7874844 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101661 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 3750fdb2f1..fc6e67b2e8 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -28,7 +28,7 @@ endif
ifdef VERBOSE
RUNTESTFLAGS := $(VERBOSE)
-LIT_ARGS := -v
+LIT_ARGS := -v -j16
else
LIT_ARGS := -s -v
endif