[PATCH] D80052: [docs] Sketch outline for HowToUpdateDebugInfo.rst

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 15 17:57:02 PDT 2020


vsk created this revision.
vsk added reviewers: aprantl, jmorse, chrisjackson, dsanders.
Herald added a project: LLVM.

Sketch the outline for a new document that explains how to update debug
info in various kinds of code transformations.

Some of the guidelines that belong in HowToUpdateDebugInfo.rst were in
SourceLevelDebugging.rst already under the debugify section. It seems
like the distinction between the two docs ought to be that the former is
more prescriptive, while the latter is more descriptive.

To that end I've consolidated the "how to update debug info" guidelines
which were in SourceLevelDebugging.rst into the new doc, along with the
information about using "debugify" to test transformations. Since we've
added a mir-debugify pass, I've described that as well.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80052

Files:
  llvm/docs/HowToUpdateDebugInfo.rst
  llvm/docs/SourceLevelDebugging.rst
  llvm/docs/UserGuides.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80052.264396.patch
Type: text/x-patch
Size: 19514 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200516/eee9cee8/attachment.bin>


More information about the llvm-commits mailing list