[PATCH] D127915: [windows][support] Improve backtrace emitted in crash report without llvm-symbolizer

Aaron Ballman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 17 09:51:58 PDT 2022


aaron.ballman added a comment.

In D127915#3592406 <https://reviews.llvm.org/D127915#3592406>, @bd1976llvm wrote:

> I have asked around and no one made use of those numbers so I have removed them in the latest diff. However, people would have found the exception code useful so I have added that. Output now looks like:

+1 to keeping the exception code, that can be very helpful information to have. (I would not be sad if we decided to map the hex value to a more human readable string as well.)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127915/new/

https://reviews.llvm.org/D127915



More information about the llvm-commits mailing list