[all-commits] [llvm/llvm-project] cda32a: [DebugInfo][Docs] Document MIR language debug-info...

Jeremy Morse via All-commits all-commits at lists.llvm.org
Tue Dec 8 03:02:26 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cda32aba4f46033eea4eea6eda703459dc3c7a1e
      https://github.com/llvm/llvm-project/commit/cda32aba4f46033eea4eea6eda703459dc3c7a1e
  Author: Jeremy Morse <jeremy.morse at sony.com>
  Date:   2020-12-08 (Tue, 08 Dec 2020)

  Changed paths:
    M llvm/docs/MIRLangRef.rst

  Log Message:
  -----------
  [DebugInfo][Docs] Document MIR language debug-info constructs

This patch documents the MIR syntax for a number of things relevant to
debugging information:
 * Trailing 'debug-location' metadata that becomes a DebugLoc,
 * Variable location metadata for stack slots,
 * Syntax for DBG_VALUE metainstructions,
 * Syntax for DBG_INSTR_REF, including trailing instruction numbers
   attached to MIR instructions.

Differential Revision: https://reviews.llvm.org/D89337




More information about the All-commits mailing list