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.cfg4
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler-rt/test/asan/lit.cfg b/compiler-rt/test/asan/lit.cfg
index 471144ee462..143cd3be98a 100644
--- a/compiler-rt/test/asan/lit.cfg
+++ b/compiler-rt/test/asan/lit.cfg
@@ -220,6 +220,4 @@ else:
if config.host_os not in ['Linux', 'Darwin', 'FreeBSD', 'SunOS', 'Windows', 'NetBSD']:
config.unsupported = True
-if config.host_os == 'Darwin':
- if config.target_arch in ["x86_64", "x86_64h"]:
- config.parallelism_group = "darwin-64bit-sanitizer"
+config.parallelism_group = 'shadow-memory'
OpenPOWER on IntegriCloud