[llvm-dev] [RFC] Making .eh_frame more linker-friendly
George Rimar via llvm-dev
llvm-dev at lists.llvm.org
Thu Nov 23 07:25:59 PST 2017
>In that way only x64 target is affected and SHT_X86_64_UNWIND sections are known to be .eh_frame so can be
>handled on linker side not by name, what is also nice for start it seems.
>(Uploaded current version as diff 2 here: https://reviews.llvm.org/D40352)
Taking this back. If we will emit multiple eh_frame we anyways anyways will need either use some flag or
handle ".eh_frame" by name for other targets, so doing that for SHT_X86_64_UNWIND did not have much sence.
George.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171123/b3587fba/attachment-0001.html>
More information about the llvm-dev
mailing list