[ELF] Make section member orders consistent
[llvm-project.git] / lld / test / ELF / relocatable-empty-archive.s
blob9286f9d79fb0b11f24c8f779a92ebb76725fbca5
1 # REQUIRES: x86
2 # RUN: rm -f %t.a
3 # RUN: llvm-ar rc %t.a
4 # RUN: ld.lld -m elf_x86_64 %t.a -o %t -r
5 # RUN: llvm-readobj --file-headers %t | FileCheck %s
7 # CHECK: Format: elf64-x86-64
8 # CHECK: Arch: x86_64
9 # CHECK: AddressSize: 64bit
10 # CHECK: Type: Relocatable