[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
Mon Aug 18 09:50:24 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:

Since the yaml input is only used in one test, we should use `split-file` to inline it here

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


More information about the llvm-commits mailing list