[all-commits] [llvm/llvm-project] e84b57: [LLD][ELF] Support OVERLAY NOCROSSREFS (#133807)
Daniel Thornburgh via All-commits
all-commits at lists.llvm.org
Wed Apr 2 09:25:40 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e84b57dfbf36626205d6cd4c8007a3e511b7a296
https://github.com/llvm/llvm-project/commit/e84b57dfbf36626205d6cd4c8007a3e511b7a296
Author: Daniel Thornburgh <dthorn at google.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M lld/ELF/ScriptParser.cpp
M lld/docs/ReleaseNotes.rst
M lld/test/ELF/linkerscript/nocrossrefs.test
M lld/test/ELF/linkerscript/overlay.test
Log Message:
-----------
[LLD][ELF] Support OVERLAY NOCROSSREFS (#133807)
This allows NOCROSSREFS to be specified in OVERLAY linker script
descriptions. This is a particularly useful part of the OVERLAY syntax,
since it's very rarely possible for one overlay section to sensibly
reference another.
Closes #128790
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list