1 ## gnu size has a number of special cases regarding REL, RELA and STRTAB sections being considered in size output.
2 ## To avoid unnecessary complexity llvm size outputs these sections in cases they have the SHF_ALLOC flag.
4 # RUN: yaml2obj %s -o %t1
5 # RUN: llvm-size --format=sysv %t1 | FileCheck %s
7 # CHECK: section size addr
8 # CHECK-NEXT: .rela.alloc
9 # CHECK-NEXT: .rel.alloc
10 # CHECK-NEXT: .strtab.alloc