1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic | FileCheck %s 2*9880d681SAndroid Build Coastguard Worker 3*9880d681SAndroid Build Coastguard Worker@g1 = private global i8 1 4*9880d681SAndroid Build Coastguard Workerdefine i8* @get_g1() { 5*9880d681SAndroid Build Coastguard Worker; CHECK: get_g1: 6*9880d681SAndroid Build Coastguard Worker; CHECK: leaq .Lg1(%rip), %rax 7*9880d681SAndroid Build Coastguard Worker ret i8* @g1 8*9880d681SAndroid Build Coastguard Worker} 9