2 ; RUN: llc -o /dev/null -filetype=obj -stats %s 2>&1 | FileCheck %s
4 ; CHECK-DAG: 1 elf-object-writer - Total size of SHF_ALLOC text sections
5 ; CHECK-DAG: 1 elf-object-writer - Total size of SHF_ALLOC read-write sections
6 ; CHECK-DAG: 512 elf-object-writer - Total size of section headers table
7 ; CHECK-DAG: 64 elf-object-writer - Total size of ELF headers
9 target triple = "x86_64-unknown-linux-gnu"