[all-commits] [llvm/llvm-project] 635f8f: Update mlir GDB printers
Christian Sigg via All-commits
all-commits at lists.llvm.org
Thu Jan 6 13:20:47 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 635f8f3c95dd7e4460555997503abbf7da3b1203
https://github.com/llvm/llvm-project/commit/635f8f3c95dd7e4460555997503abbf7da3b1203
Author: Christian Sigg <csigg at google.com>
Date: 2022-01-06 (Thu, 06 Jan 2022)
Changed paths:
M cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/mlir-support.gdb
M mlir/utils/gdb-scripts/prettyprinters.py
Log Message:
-----------
Update mlir GDB printers
Update prettyprinters.py to match MLIR changes.
This has gone unnoticed because no build bot is running tests with debug info.
I will look into what we can do about this separately. There is
https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/,
from Apple. The Debug Info tests are failing despite the green result.
See https://github.com/llvm/llvm-project/issues/48872.
Note: the llvm-support.gdb test only works with Debug,
but not RelWithDebInfo because some checked symbols are stripped.
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D116646
More information about the All-commits
mailing list