aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/available_externally.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/available_externally.ll')
-rw-r--r--test/CodeGen/ARM/available_externally.ll18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/CodeGen/ARM/available_externally.ll b/test/CodeGen/ARM/available_externally.ll
deleted file mode 100644
index 055074738e5c..000000000000
--- a/test/CodeGen/ARM/available_externally.ll
+++ /dev/null
@@ -1,18 +0,0 @@
-; RUN: llc < %s -mtriple=arm-apple-darwin -relocation-model=pic | FileCheck %s
-; rdar://9027648
-
-@A = available_externally hidden constant i32 1
-@B = external hidden constant i32
-
-define i32 @t1() {
- %tmp = load i32, i32* @A
- store i32 %tmp, i32* @B
- ret i32 %tmp
-}
-
-; CHECK: L_A$non_lazy_ptr:
-; CHECK-NEXT: .indirect_symbol _A
-; CHECK-NEXT: .long 0
-; CHECK: L_B$non_lazy_ptr:
-; CHECK-NEXT: .indirect_symbol _B
-; CHECK-NEXT: .long 0