1 # RUN: llvm-ifs %s --output-ifs - --strip-size | FileCheck %s
4 # CHECK-NEXT: - { Name: sym, Type: Object }
7 ## Check that the size when emitting to elf defaults to 1.
8 # RUN: llvm-ifs %s --output-elf - --strip-size | llvm-ifs - --output-ifs - | \
9 # RUN: FileCheck %s --check-prefix=ELF
12 # ELF-NEXT: - { Name: sym, Type: Object, Size: 0 }
19 - { Name: sym, Type: Object, Size: 2 }