thakis closed this revision.
thakis added a comment.
r289712
https://reviews.llvm.org/D27769
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
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
thakis updated this revision to Diff 81448.
thakis added a comment.
reword slightly
https://reviews.llvm.org/D27769
Files:
docs/MSVCCompatibility.rst
Index: docs/MSVCCompatibility.rst
===
--- docs/MSVCCompatibility.rst
+++ docs
thakis added inline comments.
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 modern
+ Windows debuggers and tools like ETW. Work to te
rnk added inline comments.
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 modern
+ Windows debuggers and tools like ETW. Work to teach
thakis updated this revision to Diff 81443.
thakis added a comment.
no dwarf or gcc mode
https://reviews.llvm.org/D27769
Files:
docs/MSVCCompatibility.rst
Index: docs/MSVCCompatibility.rst
===
--- docs/MSVCCompatibility.rst
+++
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 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 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 created this revision.
thakis added a reviewer: rnk.
thakis added a subscriber: cfe-commits.
https://reviews.llvm.org/D27769
Files:
docs/MSVCCompatibility.rst
Index: docs/MSVCCompatibility.rst
===
--- docs/MSVCCompatibilit
10 matches
Mail list logo