[libcxx-commits] [PATCH] D126841: [libunwind] Add more information to eh_frame_hdr version error.
Florian Mayer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 1 17:32:30 PDT 2022
fmayer added a comment.
In D126841#3552040 <https://reviews.llvm.org/D126841#3552040>, @MaskRay wrote:
> Thanks for adding more information, but `In ehdr at ` is incorrect. .eh_frame_hdr is a section. Its content is not in the ELF header.
Removed the "in [...]" as the pointer is exactly the location of the version.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126841/new/
https://reviews.llvm.org/D126841
More information about the libcxx-commits
mailing list