runtime.sigprofNonGoWrapper: nosplit stack over 800 byte limit
runtime.sigprofNonGoWrapper<63>
grows 544 bytes, calls runtime.sigprofNonGo<1>
grows 80 bytes, calls runtime.(*cpuProfile).addNonGo<1>
grows 56 bytes, calls runtime.panicBounds<1>
grows 136 bytes, calls runtime.panicBounds64<1>
grows 0 bytes, calls runtime.morestack<0>
16 bytes over limit
ppc64le builds started failing with https://go.dev/cl/682498.
Example failure: https://ci.chromium.org/ui/p/golang/builders/ci/gotip-linux-ppc64le_power10/b8707359340590493345/overview
It looks like this only impacts
-N -lbuilds, which is why so few tests fail.cc @randall77 @golang/ppc64