[llvm-branch-commits] [llvm-branch] r93490 - /llvm/branches/Apple/Zoidberg/test/FrontendC/2010-01-14-FnType-DebugInfo.c
Devang Patel
dpatel at apple.com
Thu Jan 14 16:38:46 PST 2010
Author: dpatel
Date: Thu Jan 14 18:38:46 2010
New Revision: 93490
URL: http://llvm.org/viewvc/llvm-project?rev=93490&view=rev
Log:
merge r93486 from mainline.
Added:
llvm/branches/Apple/Zoidberg/test/FrontendC/2010-01-14-FnType-DebugInfo.c
Added: llvm/branches/Apple/Zoidberg/test/FrontendC/2010-01-14-FnType-DebugInfo.c
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Zoidberg/test/FrontendC/2010-01-14-FnType-DebugInfo.c?rev=93490&view=auto
==============================================================================
--- llvm/branches/Apple/Zoidberg/test/FrontendC/2010-01-14-FnType-DebugInfo.c (added)
+++ llvm/branches/Apple/Zoidberg/test/FrontendC/2010-01-14-FnType-DebugInfo.c Thu Jan 14 18:38:46 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-branch-commits
mailing list