[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:34:55 PDT 2025
================
@@ -0,0 +1,38 @@
+; REQUIRES: x86
+; RUN: split-file %s %t.dir
+; RUN: llc %t.dir/t1.ll -o %t.t1.obj --filetype=obj
----------------
mstorsjo wrote:
@DavidSpickett is strongly of the opinion that mixing `%t.dir/...` and `%t.<suffix>` is a bad inconsistency, and if using `%t.dir` we should be using it for everything. Personally, I don't mind the mix.
https://github.com/llvm/llvm-project/pull/162553
More information about the llvm-commits
mailing list