[lld] lld: add support for NOCROSSREFS(_TO) (PR #95714)
Daniel Thornburgh via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 20 11:02:42 PDT 2024
================
@@ -394,6 +407,9 @@ class LinkerScript final {
// OutputSections specified by OVERWRITE_SECTIONS.
SmallVector<OutputDesc *, 0> overwriteSections;
+ // Nocrossrefs sections.
----------------
mysterymath wrote:
nit: This comment doesn't really add anything to the code below, and it should be either removed or expanded upon.
https://github.com/llvm/llvm-project/pull/95714
More information about the llvm-commits
mailing list