[llvm] [gsymutil] Fix how invalid LLVM_stmt_seq is set and used (PR #164015)
Jonas Devlieghere via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 17 15:05:18 PDT 2025
================
@@ -4,6 +4,7 @@
# RUN: split-file %s %t
# RUN: yaml2obj %t/merged_callsites.dSYM.yaml -o %t/merged_callsites.dSYM
+# The object file is manually tempered with such that the LLVM_stmt_seq of function_bad_stmt_seq is 0xFFFFFFFF.
----------------
JDevlieghere wrote:
```suggestion
# The object file is manually tampered with such that the LLVM_stmt_seq of function_bad_stmt_seq is 0xFFFFFFFF.
```
https://github.com/llvm/llvm-project/pull/164015
More information about the llvm-commits
mailing list