From b58b3e879d3b053dfb14342105b4b4bc27c069f3 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 24 Aug 2011 00:33:55 +0000 Subject: 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 --- clang/test/CodeGen/2005-02-27-MarkGlobalConstant.c | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/test/CodeGen/2005-02-27-MarkGlobalConstant.c') 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 -- cgit v1.2.3