[Lldb-commits] [lldb] [lldb] Provide lr value in faulting frame on arm64 (PR #138805)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Fri May 9 11:08:26 PDT 2025
================
@@ -0,0 +1,12 @@
+C_SOURCES := main.c
+
+interrupt-and-trap-funcs.o: interrupt-and-trap-funcs.s
+ $(CC) $(CFLAGS) -c -o interrupt-and-trap-funcs.o $(SRCDIR)/interrupt-and-trap-funcs.s
----------------
jasonmolenda wrote:
ach, that reminds me I need to skip this test unless arm64.
https://github.com/llvm/llvm-project/pull/138805
More information about the lldb-commits
mailing list