summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/2005-02-27-MarkGlobalConstant.c
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-08-24 00:33:55 +0000
committerEric Christopher <echristo@apple.com>2011-08-24 00:33:55 +0000
commitb58b3e879d3b053dfb14342105b4b4bc27c069f3 (patch)
treed4f6f4b255a19a7de3b85368488b0885ad6562dd /clang/test/CodeGen/2005-02-27-MarkGlobalConstant.c
parent0897a235176001f7703f54684b1ca60b3d4707a9 (diff)
downloadbcm5719-llvm-b58b3e879d3b053dfb14342105b4b4bc27c069f3.tar.gz
bcm5719-llvm-b58b3e879d3b053dfb14342105b4b4bc27c069f3.zip
Make constant aggregate constant initializers private linkage.
After talking with John making this the case for all of these is the right way to go. Fixes rdar://9804564 and PR10414 llvm-svn: 138418
Diffstat (limited to 'clang/test/CodeGen/2005-02-27-MarkGlobalConstant.c')
-rw-r--r--clang/test/CodeGen/2005-02-27-MarkGlobalConstant.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2005-02-27-MarkGlobalConstant.c b/clang/test/CodeGen/2005-02-27-MarkGlobalConstant.c
index adcb6ebee75..dc2cdbfa726 100644
--- a/clang/test/CodeGen/2005-02-27-MarkGlobalConstant.c
+++ b/clang/test/CodeGen/2005-02-27-MarkGlobalConstant.c
@@ -1,5 +1,4 @@
// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
-// XFAIL: *
// PR10414
// The synthetic global made by the CFE for big initializer should be marked
OpenPOWER on IntegriCloud