summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/available_externally.ll
blob: 0f646d582e71d3c1e508871d190ad80d6a4c44db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
; 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* @A
  store i32 %tmp, i32* @B
  ret i32 %tmp
}

; CHECK:      L_A$non_lazy_ptr:
; CHECK-NEXT: .long _A
; CHECK:      L_B$non_lazy_ptr:
; CHECK-NEXT: .long _B