[PATCH] D116837: Fix GDB printers test

Christian Sigg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 7 13:46:17 PST 2022


csigg created this revision.
Herald added subscribers: sdasgup3, wenzhicui, wrengr, Chia-hungDuan, dcaballe, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini, sanjoy.google.
csigg requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer, nicolasvasilache.
Herald added a project: LLVM.

- 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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116837

Files:
  cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.cpp
  cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.gdb
  cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/mlir-support.cpp
  cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/mlir-support.gdb

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116837.398229.patch
Type: text/x-patch
Size: 9126 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220107/faf73b67/attachment.bin>


More information about the llvm-commits mailing list