1# REQUIRES: x86
2# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
3# RUN: ld.lld %t.o -o %t -pie
4# RUN: llvm-readobj --dyn-relocations %t | FileCheck %s
5
6# CHECK:      Dynamic Relocations {
7# CHECK-NEXT: }
8
9.globl _start
10_start:
11call __init_array_start@PLT
12