[llvm-bugs] [Bug 50471] no memory region specified for section '.eh_frame'
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed May 26 15:50:26 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=50471
Fangrui Song <i at maskray.me> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WONTFIX
Status|NEW |RESOLVED
--- Comment #2 from Fangrui Song <i at maskray.me> ---
I think this is a wontfix.
PMUSRAM's attributes should be wax or warx ('r' is a no-op). Without 'a' the
memory region is not necessarily SHF_ALLOC. It seems that GNU ld is just lax
here but I don't think we should follow it.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210526/1fb0d723/attachment.html>
More information about the llvm-bugs
mailing list