[PATCH] D158052: [llvm-exegesis] Add explicit error for segmenetation faults
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 5 05:24:52 PDT 2023
courbet added a comment.
It looks like we'll have to implement such an escape for any crash type that client code wants to handle. Have you considered keeping only `SnipetCrash`, but storing `si_signo` and `si_addr` there ?
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