This patch adds emitting of COFF groups to the linker compiland stored in the PDB.
Fixes bug 36277:
https://bugs.llvm.org/show_bug.cgi?id=36277
Differential D49230
Add support for COFF groups in * Linker * compiland in PDB aganea on Jul 12 2018, 5:59 AM. Authored by
Details
This patch adds emitting of COFF groups to the linker compiland stored in the PDB. Fixes bug 36277:
Diff Detail Event TimelineComment Actions Could you possibly add a test along? That would serve both as coverage & documentation about the feature. You can maybe look at how other tests are done in lld/trunk/test/COFF/pdb-*. Let me know if any help is needed. |