hanchenye-llvm-project/lld/test/elf/X86_64/sectionmap.test

23 lines
859 B
Plaintext
Raw Normal View History

# This tests that we are able to merge the section .gcc_except_table,
# .data.rel.local, .data.rel.ro, any other sections that belong to .data
# into appropriate output sections
RUN: lld -flavor gnu -target x86_64-linux %p/Inputs/sectionmap.o \
RUN: --noinhibit-exec -o %t
RUN: llvm-readobj -sections %t | FileCheck %s -check-prefix=VERIFYSECTIONHEADERS
VERIFYSECTIONHEADERS: Section {
VERIFYSECTIONHEADERS: Name: .data
VERIFYSECTIONHEADERS: }
VERIFYSECTIONHEADERS: Section {
VERIFYSECTIONHEADERS: Name: .gcc_except_table
VERIFYSECTIONHEADERS: }
VERIFYSECTIONHEADERS: Section {
VERIFYSECTIONHEADERS: Name: .data.rel.local
VERIFYSECTIONHEADERS: }
VERIFYSECTIONHEADERS: Section {
VERIFYSECTIONHEADERS: Name: .data.rel.ro
VERIFYSECTIONHEADERS: }
VERIFYSECTIONHEADERS: Section {
VERIFYSECTIONHEADERS: Name: .bss
VERIFYSECTIONHEADERS: }