brintos

brintos / llvm-project-archived public Read only

0
0
Text · 235 B · 2199ce2 Raw
12 lines · plain
1# REQUIRES: x862# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o3# RUN: ld.lld %t.o -o %t -pie4# RUN: llvm-readobj -r %t | FileCheck %s5 6# CHECK:      Relocations [7# CHECK-NEXT: ]8 9.global _start10_start:11.long _end - .12