2 ; RUN: llvm-as %s -o %t.o
3 ; RUN: ld.lld %t.o -o %t2
4 ; RUN: llvm-readobj --symbols %t2 | FileCheck %s
6 ; CHECK: Format: elf64-x86-64
7 ; CHECK-NEXT: Arch: x86_64
8 ; CHECK-NEXT: AddressSize: 64bit
13 ; CHECK-NEXT: Binding: Global
14 ; CHECK-NEXT: Type: Function
16 ; CHECK-NEXT: Section: .text
18 target triple = "x86_64-unknown-linux-gnu"
19 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
21 define void @_start() {