projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32e8528
)
XCore target test for hidden declaration
author
Robert Lytton
<robert@xmos.com>
Tue, 12 Nov 2013 10:11:30 +0000
(10:11 +0000)
committer
Robert Lytton
<robert@xmos.com>
Tue, 12 Nov 2013 10:11:30 +0000
(10:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194465
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/XCore/linkage.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/XCore/linkage.ll
b/test/CodeGen/XCore/linkage.ll
index b29b035778c698ab876e90fac48f55b7eba7b796..7a1179b7ab6ec1c9b6cf9768c7ccad6f878b4d80 100644
(file)
--- a/
test/CodeGen/XCore/linkage.ll
+++ b/
test/CodeGen/XCore/linkage.ll
@@
-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