[Lldb-commits] [lldb] [lldb] Provide lr value in faulting frame on	arm64 (PR #138805)
    Jonas Devlieghere via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Fri May  9 11:06:05 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
----------------
JDevlieghere wrote:
Should this pass a triple? I assume this works locally because you're on an arm64 host?
https://github.com/llvm/llvm-project/pull/138805
    
    
More information about the lldb-commits
mailing list