rnk 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
----------------
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.


https://reviews.llvm.org/D27769



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to