[compiler-rt] [scudo] Change tests that use setrlimit to cause mmap to fail. (PR #87004)
Evgenii Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 29 12:15:56 PDT 2024
eugenis wrote:
LGTM.
You could've just used getrlimit() to check - it would've shown the original (non-zero) limits on qemu. But this works, too.
https://github.com/llvm/llvm-project/pull/87004
More information about the llvm-commits
mailing list