[PATCH] D28420: [lit] Limit parallelism of sanitizer tests on Darwin
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 17 10:15:15 PST 2017
MatzeB added inline comments.
================
Comment at: llvm/trunk/utils/lit/lit/main.py:321
+ # of large mmap'd regions (terabytes) by the kernel.
+ parallelism_groups["darwin-64bit-sanitizer"] = 3
+
----------------
Mentioning the sanitizer and the magic number 3 in the generic lit code seems wrong to me.
This should really be in the compiler-rt lit.site.cfg somehow.
Repository:
rL LLVM
https://reviews.llvm.org/D28420
More information about the llvm-commits
mailing list