1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/test/CodeGen/SystemZ/pie.ll

14 lines
240 B
LLVM
Raw Normal View History

; 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}