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 6 7# CHECK: Format: elf64-x86-64 8# CHECK: Arch: x86_64 9# CHECK: AddressSize: 64bit 10# CHECK: Type: Relocatable 11