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 ---------------- rnk wrote: > thakis wrote: > > I believe this is true? > You can actually pass -gdwarf to clang-cl to get DWARF. I'm not sure we need > to say anything about what happens when you link with DWARF. We mostly want > to say that you need to use link.exe to get PDBs today, and that we are > working on PDBs in LLD. Huh, it's not in /? output for some reason. Do you know why? Should we fix this? (I'll remove the reference to DWARF here) https://reviews.llvm.org/D27769 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits