brintos

brintos / llvm-project-archived public Read only

0
0
Text · 312 B · 14476e8 Raw
15 lines · plain
1; RUN: llc -mtriple aarch64-pc-linux -relocation-model=pic < %s | FileCheck %s2 3@g1 = dso_local global i32 424 5define dso_local ptr @get_g1() {6; CHECK:      get_g1:7; CHECK:        adrp x0, g18; CHECK-NEXT:   add  x0, x0, :lo12:g19  ret ptr @g110}11 12!llvm.module.flags = !{!0}13 14!0 = !{i32 1, !"PIE Level", i32 2}15