This patch added /dwodir to lld/COFF which is equivalent to lld/ELF
option -plugin-opt=dwo_dir=. This option tells LTO backend to create
dwo directory and files and all dwo files will be in it. Otherwise all
dwarf sections will be embeded into image even if -gsplit-dwarf is
specified when using LTO.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Normally clang and lld patches are separate. You can git log -- lld/COFF to find who usually reviews lld/COFF code and add these folks as reviewers.
Not many people set subscription rules but some may appreciate if you let know that there is such a change.
Though, I have reviewed some lld/COFF patches and am happy to stamp this change.
Comment Actions
I'll be away for a few days and back on July 5. Clicked "Accept" if you keep just the lld/COFF part for this patch and create another patch for clang/lib/Driver.
I guess @mstorsjo may have some opinions.
Comment Actions
No objection from me here, this seems straightforward. We should probably add a corresponding option in the lld mingw frontend too (as a separate patch later).