================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to