2 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1.o
3 # RUN: ld.lld -r %t1.o -o %t
4 # RUN: llvm-objdump --section-headers %t | FileCheck %s
7 # CHECK-NEXT: .rela.text
9 # CHECK-NEXT: .rela.text._init
11 # CHECK-NEXT: .rela.text._fini
21 .section .text._init,"ax"
28 .section .text._fini,"ax"