[llvm] [compiler-rt] [msan] Unwind stack before fatal reports (PR #77168)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 8 12:17:16 PST 2024


MaskRay wrote:

> I am not rely concerned with shadowing, at it's only for fatal cases, but if you strong about that, I'd rather change parameters in allocator.

Ah, I'm not concerned. You make the call whether the parameter or the local variable (both named `stack`) should be renamed to avoid confusion.

https://github.com/llvm/llvm-project/pull/77168


More information about the llvm-commits mailing list