[compiler-rt] [TySan] Added a 'print_stacktrace' flag for more detailed errors (PR #121756)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 7 04:24:14 PST 2025


================
@@ -198,9 +198,14 @@ static void reportError(void *Addr, int Size, tysan_type_descriptor *TD,
 
   if (pc) {
 
----------------
fhahn wrote:

nit: While you are here, maybe drop the newline at the top here?

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


More information about the llvm-commits mailing list