[PATCH] D27769: Update MSVC compat docs about debug info.
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 14 13:11:26 PST 2016
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
Thanks!
================
Comment at: docs/MSVCCompatibility.rst:77
+ debug information if ``/Z7`` or ``/Zi`` is passed. Microsoft's link.exe will
+ transform the CodeView debug information into a PDB that works in Windows
+ debuggers and other tools that consume PDB files like ETW. Work to teach lld
----------------
I thought they did. Anyway, your wording is good.
https://reviews.llvm.org/D27769
More information about the cfe-commits
mailing list