[PATCH] D73627: [DebugInfo] Fix dumping CIE ID in .eh_frame sections.
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 09:38:11 PST 2020
probinson accepted this revision.
probinson added a comment.
This revision is now accepted and ready to land.
IIUC, this patch expresses the difference between (32-bit) .debug_frame and .eh_frame, while D73887 <https://reviews.llvm.org/D73887> takes care of the 64-bit case.
As long as the commit message has the link to the .eh_frame spec (which I think is harder to find than the DWARF spec), LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73627/new/
https://reviews.llvm.org/D73627
More information about the llvm-commits
mailing list