[lld] [LLD][COFF] Deduplicate common chunks when linking COFF files. (PR #162553)
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 8 15:10:47 PDT 2025
efriedma-quic wrote:
> I'm not exactly sure how to go about writing an LLD test for linking together multiple objects
If you need multiple input files, you can use split-file, or stick extra files in the Inputs/ directory. There are a lot of examples of both.
https://github.com/llvm/llvm-project/pull/162553
More information about the llvm-commits
mailing list