[PATCH] D89337: [DebugInfo][Docs] Document MIR language debug-info constructs

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 16 13:32:06 PDT 2020


aprantl added a comment.

Thanks!



================
Comment at: llvm/docs/MIRLangRef.rst:797
+
+Most of the debugging information in a MIR file is to be found in the metadata
+of the embedded module. Within a machine function, that metadata is referred to
----------------
`debug information` is a more common term I think


================
Comment at: llvm/docs/MIRLangRef.rst:801
+
+Source Locations
+^^^^^^^^^^^^^^^^
----------------
Can you unify all headlines to use the same capitalization rules?


================
Comment at: llvm/docs/MIRLangRef.rst:816
+
+Fixed varible Locations
+^^^^^^^^^^^^^^^^^^^^^^^
----------------
typo: Fixed Variable Locations


================
Comment at: llvm/docs/MIRLangRef.rst:842
+
+Varying varible Locations
+^^^^^^^^^^^^^^^^^^^^^^^^^
----------------
vari*a*ble


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89337/new/

https://reviews.llvm.org/D89337



More information about the llvm-commits mailing list