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

Reply via email to