[PATCH] D89337: [DebugInfo][Docs] Document MIR language debug-info constructs
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 18 23:23:07 PDT 2020
MaskRay added inline comments.
================
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
----------------
aprantl wrote:
> `debug information` is a more common term I think
Both GCC documentation and DWARF specifications refer to this term as "debugging information". There are many places using "debug information" as well. I think perhaps "debugging information" is indeed more formal and using it here may be fine.
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