pie.ll 240 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 ; RUN: llc -mtriple=s390x-linux-gnu -relocation-model=pic < %s | FileCheck %s @foo = global i32 42 define i32* @get_foo() { ret i32* @foo } ; CHECK: larl %r2, foo{{$}} !llvm.module.flags = !{!0} !0 = !{i32 1, !"PIE Level", i32 2}