[llvm] [llvm][dwarfdump] Add --child-tags option to filter by DWARF tags (PR #165720)

Michael Buch via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 4 01:58:46 PST 2025


================
@@ -0,0 +1,127 @@
+# Tests the --filter-child-tag (-t) option.
+# RUN: yaml2obj %s -o %t.o
+# RUN: llvm-dwarfdump %t.o --filter-child-tag=DW_TAG_structure_type | FileCheck %s --check-prefix=ONLY_STRUCT
----------------
Michael137 wrote:

done!

https://github.com/llvm/llvm-project/pull/165720


More information about the llvm-commits mailing list