[lld] [LLD][COFF] Deduplicate common chunks when linking COFF files. (PR #162553)

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 24 03:35:15 PDT 2025


================
@@ -0,0 +1,38 @@
+; REQUIRES: x86
+; RUN: split-file %s %t.dir
----------------
mstorsjo wrote:

Does `split-file` automatically make the output directory if it is missing? Wasn't aware of that.

Still, it may be good style to do a preemptive `rm -rf %t.dir` before this, in case there's incompatible leftover files from an earlier round.

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


More information about the llvm-commits mailing list