This is an archive of the discontinued LLVM Phabricator instance.

[LLD] [MinGW] Implement --disable-reloc-section, mapped to /fixed
ClosedPublic

Authored by mstorsjo on Jun 10 2022, 1:00 AM.

Details

Summary

Since binutils 2.36, GNU ld defaults to emitting base relocations,
and that version added the new option --disable-reloc-section to
disable it.

Diff Detail

Event Timeline

mstorsjo created this revision.Jun 10 2022, 1:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 10 2022, 1:00 AM
mstorsjo requested review of this revision.Jun 10 2022, 1:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 10 2022, 1:00 AM
rnk accepted this revision.Jun 10 2022, 9:18 AM

lgtm

This revision is now accepted and ready to land.Jun 10 2022, 9:18 AM