summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/decl.c
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-03-06 23:28:21 +0000
committerDouglas Gregor <dgregor@apple.com>2011-03-06 23:28:21 +0000
commit19da4e4397024c758dad19eab7f6f0b788879a7b (patch)
treeaae91d12bfdeb49a4d7f2a70d700821efdd18b3f /clang/test/CodeGen/decl.c
parentcf0eebc6c9a37615fa460a6cac9564e31c835e7a (diff)
downloadbcm5719-llvm-19da4e4397024c758dad19eab7f6f0b788879a7b.tar.gz
bcm5719-llvm-19da4e4397024c758dad19eab7f6f0b788879a7b.zip
Revert r126422 "Use private linkage to avoid symbol conflicts in
corner cases like the one in PR9301." which caused PR9416. llvm-svn: 127136
Diffstat (limited to 'clang/test/CodeGen/decl.c')
-rw-r--r--clang/test/CodeGen/decl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/decl.c b/clang/test/CodeGen/decl.c
index 5be42162361..7a9971ee181 100644
--- a/clang/test/CodeGen/decl.c
+++ b/clang/test/CodeGen/decl.c
@@ -1,6 +1,6 @@
// RUN: %clang_cc1 -w -emit-llvm < %s | FileCheck %s
-// CHECK: @test1.x = private constant [12 x i32] [i32 1
+// CHECK: @test1.x = internal constant [12 x i32] [i32 1
// CHECK: @test2.x = internal constant [13 x i32] [i32 1,
// CHECK: @test5w = global %0 { i32 2, [4 x i8] undef }
// CHECK: @test5y = global %union.test5u { double 7.300000e+0{{[0]*}}1 }
OpenPOWER on IntegriCloud