[lld] [lld][COFF] Fix: Merge `.drectve` sections in ObjFile::readSections (PR #86380)
Alexandre Ganea via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 23 07:30:11 PDT 2024
================
----------------
aganea wrote:
We tend to prefer textual files in LLVM as much as possible. Can you craft such an input with multiple directive sections instead? See https://github.com/llvm/llvm-project/blob/main/lld/test/COFF/gfids-export.s for an example, which uses `llvm-mc` to create the input from the current test file.
https://github.com/llvm/llvm-project/pull/86380
More information about the llvm-commits
mailing list