[lld] [ELF] Support NOCROSSREFS and NOCROSSERFS_TO (PR #98773)
Peter Smith via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 16 08:27:06 PDT 2024
================
@@ -256,6 +256,16 @@ struct InsertCommand {
StringRef where;
};
+// A NOCROSSREFS/NOCROSSREFS_TO command that probits references among certain
----------------
smithp35 wrote:
typo `probits` -> `prohibits`.
I'd also say `references between certain output sections` but that just reads a bit more naturally to me.
https://github.com/llvm/llvm-project/pull/98773
More information about the llvm-commits
mailing list