[compiler-rt] [compiler-rt] Fix frame numbering for unparsable frames. (PR #148278)
David Justo via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 21 10:23:26 PDT 2025
================
@@ -38,6 +37,7 @@
allow_system_symbolizer = True
force_system_symbolizer = False
+
# FIXME: merge the code that calls fix_filename().
----------------
davidmrdavid wrote:
is this `FIXME` still accurate? Otherwise, I'd expect this change to have no effect as it is no called as per the comment.
https://github.com/llvm/llvm-project/pull/148278
More information about the llvm-commits
mailing list