Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
05495c5d4571b1756369e00a1ca7003d63e204da
/
.
/
compiler-rt
/
unittests
/
lit_unittest_cfg_utils.py
blob: 721e81b9d600c0bd74f9bfbf750ea1f5c9ad474b [
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).
def
darwin_sanitizer_parallelism_group_func
(
test
):
return
"shadow-memory"
if
"x86_64"
in
test
.
file_path
else
None