Added a recursive loop stress test for the unwinder. Not a real world test
by any means, but something to stress test our unwinder with 260,000+ frames
on a standard darwin thread.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@123037 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/recurse/Makefile b/test/recurse/Makefile
new file mode 100644
index 0000000..d6cd0db
--- /dev/null
+++ b/test/recurse/Makefile
@@ -0,0 +1,5 @@
+LEVEL = ../make
+
+C_SOURCES := main.c
+
+include $(LEVEL)/Makefile.rules