[PATCH] D72321: Add test for GDB pretty printers.
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 7 14:35:32 PST 2020
dblaikie added a subscriber: aprantl.
dblaikie added a comment.
Seems OK to me, but @aprantl - could you take a look too since I don't often use/interact with the debuginfo-tests. Do you think this is something worth having/appropriate to have there?
================
Comment at: debuginfo-tests/gdb-tests/prettyprinters.cpp:20
int __attribute__((optimize("O0"))) main() {
+ // CHECK: ArrayRef = llvm::ArrayRef of length 3 = {1, 2, 3}
----------------
__attribute__((optnone)) might be tidier
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