1 ; RUN: llc < %s -mtriple=arm-apple-darwin -relocation-model=pic | FileCheck %s
4 @A = available_externally hidden constant i32 1
5 @B = external hidden constant i32
9 store i32 %tmp, i32* @B
13 ; CHECK: L_A$non_lazy_ptr:
14 ; CHECK-NEXT: .long _A
15 ; CHECK: L_B$non_lazy_ptr:
16 ; CHECK-NEXT: .long _B