Uh oh!
There was an error while loading. Please reload this page.
Specify -z notext on linux-musl-x86 and riscv64 - #83682
Conversation
ghost
commented
Mar 20, 2023
Tagging subscribers to this area: @hoyosjs Issue Details
Starting from binutils' ld 2.35 and lld-15 on linux/x86, if there are text relocations the warning is issued by default. Ref: #83509 (comment)
|
am11
commented
Mar 20, 2023
ayakael
commented
Mar 20, 2023
Very nice! Many thanks for upstreaming these. |
We may have to extend the condition to include I'm testing #82294, and encountering similar error that I've tried extending the condition, but the error still persists when linking |
Uh oh!
There was an error while loading. Please reload this page.
f9f7812 to
65877a9CompareUh oh!
There was an error while loading. Please reload this page.
clamp03
commented
Apr 25, 2023
noti to #84834 |
Starting from binutils' ld 2.35 and lld-15 on linux/x86, if there are text relocations the warning is issued by default.
Ref: #83509 (comment)
cc @ayakael