[lld] [LLD] Implement --enable-non-contiguous-regions (PR #90007)

Peter Smith via llvm-commits llvm-commits at lists.llvm.org
Wed May 1 05:38:17 PDT 2024


================
@@ -0,0 +1,54 @@
+# If a spilling reorders input sections, the .ARM.exidx table must be rebuilt
----------------
smithp35 wrote:

There's also an unwritten convention in LLD to use an extra comment character for non FileCheck commands. For example:
```## If a spilling reorders ...```

It has been some time since that was started so could be worth looking at recent commits to see if it is still in operation.

https://github.com/llvm/llvm-project/pull/90007


More information about the llvm-commits mailing list