[PATCH] D113652: [DebugInfo][test] Simplify/imporove a few tests using --impicit-check-not=DW_TAG. NFC
Kristina Bessonova via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 12 00:13:03 PST 2021
krisb added inline comments.
================
Comment at: llvm/test/DebugInfo/X86/align_cpp11.ll:81-84
+; CHECK: DW_TAG_pointer_type
+; CHECK: DW_TAG_base_type
+; CHECK: DW_TAG_pointer_type
+; CHECK: DW_TAG_const_type
----------------
dblaikie wrote:
> Any chance some filtering could be done to avoid checking a bunch of other tags in this test?
This test checks almost all entities from the dump, so filtering by name doesn't do much for it. Will update for comparing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113652/new/
https://reviews.llvm.org/D113652
More information about the llvm-commits
mailing list