[lld] lld: add support for NOCROSSREFS(_TO) (PR #95714)
Daniel Thornburgh via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 17 17:03:08 PDT 2024
================
@@ -394,6 +399,9 @@ class LinkerScript final {
// OutputSections specified by OVERWRITE_SECTIONS.
SmallVector<OutputDesc *, 0> overwriteSections;
+ // Nocrossrefs sections.
+ SmallVector<CrossRefList, 0> nocrossrefs;
----------------
mysterymath wrote:
`noCrossRefLists`
https://github.com/llvm/llvm-project/pull/95714
More information about the llvm-commits
mailing list