[compiler-rt] [compiler-rt] fix BSD procmaps stack size limit on build due to the k… (PR #82887)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 29 15:39:44 PST 2024
================
@@ -30,17 +30,17 @@ namespace __sanitizer {
#if SANITIZER_FREEBSD
void GetMemoryProfile(fill_profile_f cb, uptr *stats) {
----------------
vitalybuka wrote:
stack size of stack frame size limit?
if the latter, maybe noinline on the function is better fix?
https://github.com/llvm/llvm-project/pull/82887
More information about the llvm-commits
mailing list