3 # RUN: llvm-mc -filetype=obj -triple=i386-unknown-linux %s -o %t.o
4 # RUN: ld.lld %t.o -o %t --gc-sections
5 # RUN: llvm-readobj -S %t | FileCheck %s
6 # RUN: llvm-objdump --no-print-imm-hex -d %t | FileCheck --check-prefix=DISASM %s
9 # CHECK-NEXT: Type: SHT_PROGBITS
11 # CHECK-NEXT: SHF_ALLOC
12 # CHECK-NEXT: SHF_MERGE
13 # CHECK-NEXT: SHF_STRINGS
15 # CHECK-NEXT: Address: 0x4000B4
18 # DISASM: leal 4194484, %eax
20 .section .foo,"aMS",@progbits,1