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

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Thu May 9 23:58:26 PDT 2024


================
@@ -0,0 +1,279 @@
+# REQUIRES: x86
+
+# RUN: split-file %s %t
----------------
MaskRay wrote:

`RUN: rm -rf %t && split-file %s %t && cd %t`

The convention is to remove %t to avoid prevent lingering files. `cd %t` allows to remove `%t/` below, making RUN lines cleaner.

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


More information about the llvm-commits mailing list