[PATCH] D85458: Adding functionality to Stack Tracing

Dibya Ranjan Mishra via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 08:56:20 PDT 2020


dibya001 added a comment.

In some cases we would like to show just the call stack of the llvm pass that crashed, and not the complete call stack of the application which could be very big. And also "optionally" print other information for better diagnostics when the crash happens


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

https://reviews.llvm.org/D85458



More information about the llvm-commits mailing list