brintos

brintos / llvm-project-archived public Read only

0
0
Text · 275 B · 1670a93 Raw
15 lines · plain
1; RUN: llc < %s -relocation-model=pic -mtriple=sparc | FileCheck %s2 3@value = external global i324 5define i32 @test() nounwind {6; CHECK:    ld [%i0+value], %i07entry:8  %0 = load i32, ptr @value9  ret i32 %010}11 12!llvm.module.flags = !{!0}13 14!0 = !{i32 7, !"PIC Level", i32 1}15