[lld] lld: add support for NOCROSSREFS(_TO) (PR #95714)
Pavel Skripkin via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 20 11:43:47 PDT 2024
================
@@ -394,6 +407,9 @@ class LinkerScript final {
// OutputSections specified by OVERWRITE_SECTIONS.
SmallVector<OutputDesc *, 0> overwriteSections;
+ // Nocrossrefs sections.
----------------
pskrgag wrote:
I think, it would be better to be consistent with other members here, so I've expanded a comment a bit.
https://github.com/llvm/llvm-project/pull/95714
More information about the llvm-commits
mailing list