XCore target test for hidden declaration

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194465 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Robert Lytton 2013-11-12 10:11:30 +00:00
parent 32e8528c33
commit 092815ce4b

View File

@ -6,8 +6,10 @@ define weak void @fd() {
ret void
}
; CHECK-NOT: .hidden
; CHECK-NOT: .hidden test_hidden
declare hidden void @test_hidden_declaration()
define hidden void @test_hidden() {
call void @test_hidden_declaration()
unreachable
}
@ -26,6 +28,8 @@ define protected void @test_protected() {
; CHECK: .weak gd
@gd = weak global i32 0
; CHECK-NOT: .hidden test_hidden_declaration
; CHECK: .weak gr
@gr = extern_weak global i32