diff options
author | Eric Christopher <echristo@apple.com> | 2011-08-24 00:33:55 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-08-24 00:33:55 +0000 |
commit | b58b3e879d3b053dfb14342105b4b4bc27c069f3 (patch) | |
tree | d4f6f4b255a19a7de3b85368488b0885ad6562dd /clang/test/CodeGen/2005-02-27-MarkGlobalConstant.c | |
parent | 0897a235176001f7703f54684b1ca60b3d4707a9 (diff) | |
download | bcm5719-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.c | 1 |
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 |