[PATCH] D72321: Add test for GDB pretty printers.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 8 15:29:22 PST 2020
aprantl added a comment.
This is cute. We should do something similar with the LLDB pretty printers.
1. What do you think about putting this into an `llvm` subdirectory, to make clear that this is a test of llvm/utils rather than generic debug info as all the other tests?
2. We are gradually moving away from test_debuginfo.pl in favor of dexter. Have you looked at whether this could be implemented using dexter?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72321/new/
https://reviews.llvm.org/D72321
More information about the llvm-commits
mailing list