summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/lit.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/asan/lit.cfg')
-rw-r--r--compiler-rt/test/asan/lit.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/lit.cfg b/compiler-rt/test/asan/lit.cfg
index 7703f5a31b0..5ebe414d427 100644
--- a/compiler-rt/test/asan/lit.cfg
+++ b/compiler-rt/test/asan/lit.cfg
@@ -241,3 +241,6 @@ else:
# Only run the tests on supported OSs.
if config.host_os not in ['Linux', 'Darwin', 'FreeBSD', 'Windows']:
config.unsupported = True
+
+if config.host_os == 'Darwin' and config.target_arch in ["x86_64", "x86_64h"]:
+ config.parallelism_group = "darwin-64bit-sanitizer"
OpenPOWER on IntegriCloud