[lld] [LLD] Implement --enable-non-contiguous-regions (PR #90007)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Fri May 10 14:25:48 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
----------------
MaskRay wrote:
There are many "must"s in comments. Our convention states what happens and omits "must". Very occasionally we use "should"
https://github.com/llvm/llvm-project/pull/90007
More information about the llvm-commits
mailing list