[all-commits] [llvm/llvm-project] 9e9e6e: Adding GDB PrettyPrinter for mlir::Identifier.

Christian Sigg via All-commits all-commits at lists.llvm.org
Wed Sep 2 23:18:31 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9e9e6e698d8ef5dc5b7576058f2022aab2534a52
      https://github.com/llvm/llvm-project/commit/9e9e6e698d8ef5dc5b7576058f2022aab2534a52
  Author: Christian Sigg <csigg at google.com>
  Date:   2020-09-03 (Thu, 03 Sep 2020)

  Changed paths:
    M debuginfo-tests/CMakeLists.txt
    M debuginfo-tests/lit.cfg.py
    M debuginfo-tests/lit.site.cfg.py.in
    A debuginfo-tests/llvm-prettyprinters/gdb/mlir-support.cpp
    A debuginfo-tests/llvm-prettyprinters/gdb/mlir-support.gdb
    A mlir/utils/gdb-scripts/prettyprinters.py

  Log Message:
  -----------
  Adding GDB PrettyPrinter for mlir::Identifier.

This is the first bit from D73546. Primarily setting up the corresponding test. Will add more pretty printers in a separate revision.

Reviewed By: dblaikie

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




More information about the All-commits mailing list