brintos

brintos / llvm-project-archived public Read only

0
0
Text · 270 B · 16feaa5 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 --dyn-relocations %t | FileCheck %s5 6# CHECK:      Dynamic Relocations {7# CHECK-NEXT: }8 9.globl _start10_start:11call __init_array_start@PLT12