diff options
Diffstat (limited to 'compiler-rt/test/asan/lit.cfg')
| -rw-r--r-- | compiler-rt/test/asan/lit.cfg | 3 |
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" |

