[PATCH] D158052: [llvm-exegesis] Add explicit error for segmenetation faults

Aiden Grossman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 15 22:27:05 PDT 2023


aidengrossman added reviewers: ondrasej, courbet, gchatelet.
aidengrossman added a comment.

I've structured this as a different class of error rather than as a `SnippetCrash` with the address inside a string as I intend to use this in a downstream basic block annotator application and need programatic access to the address at which the segmentation fault occurred.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158052



More information about the llvm-commits mailing list