brintos

brintos / llvm-project-archived public Read only

0
0
Text · 473 B · 2cab7d1 Raw
16 lines · plain
1; REQUIRES: asserts2; RUN: llc -o /dev/null -filetype=obj -stats %s 2>&1 | FileCheck %s3 4; CHECK-DAG: 1 elf-object-writer - Total size of SHF_ALLOC text sections5; CHECK-DAG: 1 elf-object-writer - Total size of SHF_ALLOC read-write sections6; CHECK-DAG: 512 elf-object-writer - Total size of section headers table7; CHECK-DAG: 64 elf-object-writer - Total size of ELF headers8 9target triple = "x86_64-unknown-linux-gnu"10 11@g = global i8 112 13define void @f() {14    ret void15}16