[compiler-rt] [compiler-rt] fix BSD procmaps stack size limit on build due to the k… (PR #82887)
David CARLIER via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 29 16:53:59 PST 2024
================
@@ -30,17 +30,17 @@ namespace __sanitizer {
#if SANITIZER_FREEBSD
void GetMemoryProfile(fill_profile_f cb, uptr *stats) {
----------------
devnexen wrote:
if you meant adding `NOINLINE` it fixes nothing.
https://github.com/llvm/llvm-project/pull/82887
More information about the llvm-commits
mailing list