[compiler-rt] [TySan] Added a 'print_stacktrace' flag for more detailed errors (PR #121756)
Oliver Stöneberg via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 6 06:17:30 PST 2025
firewave wrote:
> Great find! I guess now stack traces are being printed by default but before only one line was being printed ? The question is which behavior is best by default, should we still have the "print_stacktrace" option in case ?
I think it should match the existing behavior in other places i.e. full stacktrace off by default.
https://github.com/llvm/llvm-project/pull/121756
More information about the llvm-commits
mailing list