[lld] [lld][COFF] Fix: Merge `.drectve` sections in ObjFile::readSections (PR #86380)
Rickey Bowers Jr. via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 23 11:58:19 PDT 2024
================
----------------
bitRAKE wrote:
Actually, the coalescing by `llvm-mc` is incorrect because it doesn't add whitespace - it just joins all the linker commands together. Which could change their meaning. Perhaps they should remain separate with no assumption about the whitespace or linker.
https://github.com/llvm/llvm-project/pull/86380
More information about the llvm-commits
mailing list