mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
XCore target test for hidden declaration
llvm-svn: 194465
This commit is contained in:
parent
584459d7ea
commit
7bf99af88b
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user