[llvm-commits] [llvm] r127312 - /llvm/trunk/test/FrontendC/2011-03-08-ZeroFieldUnionInitializer.c

Stuart Hastings stuart at apple.com
Tue Mar 8 20:02:40 PST 2011


Author: stuart
Date: Tue Mar  8 22:02:40 2011
New Revision: 127312

URL: http://llvm.org/viewvc/llvm-project?rev=127312&view=rev
Log:
Add a RUN line to the test case to make it functional.  <rdar://problem/9055247>

Modified:
    llvm/trunk/test/FrontendC/2011-03-08-ZeroFieldUnionInitializer.c

Modified: llvm/trunk/test/FrontendC/2011-03-08-ZeroFieldUnionInitializer.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2011-03-08-ZeroFieldUnionInitializer.c?rev=127312&r1=127311&r2=127312&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2011-03-08-ZeroFieldUnionInitializer.c (original)
+++ llvm/trunk/test/FrontendC/2011-03-08-ZeroFieldUnionInitializer.c Tue Mar  8 22:02:40 2011
@@ -1,3 +1,4 @@
+// RUN: %llvmgcc -S %s
 typedef struct {
   union {
     struct { } __attribute((packed));





More information about the llvm-commits mailing list