This is an archive of the discontinued LLVM Phabricator instance.

[LLD] [MinGW] Add a LLD specific option -pdb
ClosedPublic

Authored by mstorsjo on May 12 2018, 1:23 PM.

Details

Summary

This allows producing pdb debug info. This is a LLD specific option since GCC and GNU binutils doesn't support the PDB file format.

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.May 12 2018, 1:23 PM
ruiu accepted this revision.May 12 2018, 3:18 PM

LGTM

This revision is now accepted and ready to land.May 12 2018, 3:18 PM
This revision was automatically updated to reflect the committed changes.