[PATCH] D27769: Update MSVC compat docs about debug info.
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 14 12:38:05 PST 2016
thakis added inline comments.
================
Comment at: docs/MSVCCompatibility.rst:80
+ Windows debuggers and tools like ETW.
+ There is no way to request DWARF debug info in clang-cl mode, so linking
+ with either binutils' ld or LLVM's lld won't produce debug info. Work to
----------------
I believe this is true?
https://reviews.llvm.org/D27769
More information about the cfe-commits
mailing list