1 ## Show that llvm-size reads stdin if the input file is '-'.
3 # RUN: yaml2obj %s -o %t
4 # RUN: llvm-size -B - < %t | FileCheck %s --check-prefix=BERKELEY
5 # RUN: llvm-size -A - < %t | FileCheck %s --check-prefix=SYSV
7 # BERKELEY: 1 2 4 7 7 <stdin>
19 Flags: [SHF_ALLOC, SHF_EXECINSTR]
24 Flags: [SHF_ALLOC, SHF_WRITE]
29 Flags: [SHF_ALLOC, SHF_WRITE]