[llvm] [DWARFVerifier] Verify that DW_AT_LLVM_stmt_sequence is set correctly (PR #152807)
Ellis Hoag via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 20 13:15:15 PDT 2025
================
@@ -0,0 +1,27 @@
+# Object file copied from llvm/test/tools/dsymutil/ARM/stmt-seq-macho.test
+# Then manually tempered with some of the value of the attribute
+# I hope there are easier ways to construct tests like this.
+
+# RUN: yaml2obj %p/Inputs/verify_stmt_seq.yaml -o verify_stmt_seq.o
----------------
ellishg wrote:
The yaml file is shorter than `llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp` above
https://github.com/llvm/llvm-project/pull/152807
More information about the llvm-commits
mailing list