Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fbb4d1e43d0db9f8d1514a0209bb01f56e49d75f
/
.
/
compiler-rt
/
unittests
/
lit_unittest_cfg_utils.py
blob: 16281f0b48e1c8129c45335bc66c0e8f23a8752a [
file
] [
log
] [
blame
]
# Put all 64-bit tests in the shadow-memory parallelism group. We throttle those
# in our common lit config (lit.common.unit.cfg.py).
def
darwin_sanitizer_parallelism_group_func
(
test
):
return
"shadow-memory"
if
"x86_64"
in
test
.
file_path
else
None