[lld] [llvm] [Symbolizer] Support for Missing Line Numbers. (PR #82240)

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 29 21:32:00 PDT 2024


================
@@ -0,0 +1,153 @@
+# REQUIRES: x86-registered-target
----------------
dwblaikie wrote:

Probably needs more test coverage, it doesn't look like this distinctly tests the "stop at prologue end even if we didn't find a non-zero line" (that'd need a prologue end with a zero line) - if that feature's going to stay in this patch, that is.

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


More information about the llvm-commits mailing list