[lld] [LLD] Implement --enable-non-contiguous-regions (PR #90007)
Daniel Thornburgh via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 30 15:07:10 PDT 2024
================
@@ -555,6 +583,28 @@ LinkerScript::computeInputSections(const InputSectionDescription *cmd,
// Matched sections after the last SORT* are sorted by (--sort-alignment,
// input order).
sortByPositionThenCommandLine(sizeAfterPrevSort, ret.size());
+
+ // Replace matches after the first with potential spill sections.
----------------
mysterymath wrote:
Tweaked the wording to be a bit more imperative; done.
https://github.com/llvm/llvm-project/pull/90007
More information about the llvm-commits
mailing list