[PATCH] D139663: Emit unwind information in the .debug_frame section when the .cfi_sections .debug_frame directive is used.
Shubham Sandeep Rastogi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 8 15:20:07 PST 2022
rastogishubham added a comment.
@aprantl
My thought process was, if Emit is to be called by something else that does not set those flags to be true, then the debug frame data should not be emitted, but that should never happen, since the whole point of the function is to emit the debug frame data. I can simply do this by not checking for
isEH
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139663/new/
https://reviews.llvm.org/D139663
More information about the llvm-commits
mailing list