[llvm-commits] [llvm] r93486 - /llvm/trunk/test/FrontendC/2010-01-14-FnType-DebugInfo.c

Devang Patel dpatel at apple.com
Thu Jan 14 16:34:26 PST 2010


Author: dpatel
Date: Thu Jan 14 18:34:26 2010
New Revision: 93486

URL: http://llvm.org/viewvc/llvm-project?rev=93486&view=rev
Log:
new test case for r93485.

Added:
    llvm/trunk/test/FrontendC/2010-01-14-FnType-DebugInfo.c

Added: llvm/trunk/test/FrontendC/2010-01-14-FnType-DebugInfo.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2010-01-14-FnType-DebugInfo.c?rev=93486&view=auto

==============================================================================
--- llvm/trunk/test/FrontendC/2010-01-14-FnType-DebugInfo.c (added)
+++ llvm/trunk/test/FrontendC/2010-01-14-FnType-DebugInfo.c Thu Jan 14 18:34:26 2010
@@ -0,0 +1,4 @@
+// RUN: %llvmgcc %s -S -g -o /dev/null
+typedef void (*sigcatch_t)( struct sigcontext *);
+sigcatch_t sigcatch[50] = {(sigcatch_t) 0};
+





More information about the llvm-commits mailing list