From: Stuart Hastings Date: Mon, 21 Feb 2011 18:08:40 +0000 (+0000) Subject: Test case for r126127. Radar 9012638. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ec43f8052c9d0783b0ac8ffd7ffe9054ea8b6f5f;p=oota-llvm.git Test case for r126127. Radar 9012638. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126131 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/FrontendC/2011-02-21-DATA-common.c b/test/FrontendC/2011-02-21-DATA-common.c new file mode 100644 index 00000000000..650ae7edddb --- /dev/null +++ b/test/FrontendC/2011-02-21-DATA-common.c @@ -0,0 +1,5 @@ +// RUN: %llvmgcc -S %s -o /dev/null +struct rtxc_snapshot { + int a, b, c, d; +}; +__attribute__ ((section("__DATA, __common"))) static struct rtxc_snapshot rtxc_log_A[4];