[all-commits] [llvm/llvm-project] fb4869: Fix GDB printers test

Christian Sigg via All-commits all-commits at lists.llvm.org
Fri Jan 7 23:36:10 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fb4869e26c80dfc15d44d2c992f1958a1214d183
      https://github.com/llvm/llvm-project/commit/fb4869e26c80dfc15d44d2c992f1958a1214d183
  Author: Christian Sigg <csigg at google.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
    M cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.cpp
    M cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.gdb
    M cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/mlir-support.cpp
    M cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/mlir-support.gdb

  Log Message:
  -----------
  Fix GDB printers test

- Prevent symbols from being stripped so that it can run with 'RelWithDebInfo'.
- Adjust llvm-support CHECKs after code changes.
- Polish mlir-support CHECKs as suggested in https://reviews.llvm.org/D116646.

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




More information about the All-commits mailing list