1 ; This test case ensures that when the visibility of a global declaration is
2 ; emitted they are not treated as definitions. Test case for r132825.
3 ; Fixes <rdar://problem/9429892>.
5 ; RUN: llc -mtriple=x86_64-apple-darwin %s -o - | FileCheck %s
7 @foo_private_extern_str = external hidden global i8*
9 define void @foo1() nounwind ssp {
11 %tmp = load i8*, i8** @foo_private_extern_str, align 8
12 call void @foo3(i8* %tmp)
16 declare void @foo3(i8*)
18 ; CHECK-NOT: .private_extern