brintos

brintos / llvm-project-archived public Read only

0
0
Text · 192 B · 53c3346 Raw
9 lines · plain
1; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic | FileCheck %s2 3@g1 = private global i8 14define ptr @get_g1() {5; CHECK: get_g1:6; CHECK: leaq .Lg1(%rip), %rax7  ret ptr @g18}9