This is an archive of the discontinued LLVM Phabricator instance.

Add support for COFF groups in * Linker * compiland in PDB
AbandonedPublic

Authored by aganea on Jul 12 2018, 5:59 AM.

Details

Summary

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

Diff Detail

Event Timeline

aganea added a subscriber: aganea.Jul 12 2018, 7:10 AM

Updated diff to only contain formatted changes for new code.

Sorry for the delay on this, been OOO. I'll take a look tomorrow.

aganea requested changes to this revision.Aug 1 2018, 1:53 PM

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.

This revision now requires changes to proceed.Aug 1 2018, 1:53 PM
aganea commandeered this revision.Mar 14 2019, 11:53 AM
aganea edited reviewers, added: stefan_reinalter; removed: aganea.

Will be closed by D54802

aganea abandoned this revision.Apr 1 2019, 1:44 PM

Commited as part of rL357308. Many thanks again @stefan_reinalter !