[lld] [LLD] Implement --enable-non-contiguous-regions (PR #90007)
Daniel Thornburgh via llvm-commits
llvm-commits at lists.llvm.org
Fri May 10 16:32:12 PDT 2024
================
@@ -0,0 +1,279 @@
+# REQUIRES: x86
+
+# RUN: split-file %s %t
+# RUN: llvm-mc -n -filetype=obj -triple=x86_64 %t/spill.s -o %t/spill.o
+
+## An input section must spill to a later match if the region of its first match
----------------
mysterymath wrote:
Done; this is terser than I was able to come up with, which I appreciate.
https://github.com/llvm/llvm-project/pull/90007
More information about the llvm-commits
mailing list