1 ## Show that llvm-size falls back to Berkeley output if --format=darwin is
2 ## specified and the input is not Mach-O.
4 # RUN: yaml2obj %s -o %t
5 # RUN: llvm-size -m %t | FileCheck %s
6 # RUN: llvm-size --format=darwin %t | FileCheck %s
8 ## FIXME: The input filename should be printed but isn't currently due to
9 ## https://bugs.llvm.org/show_bug.cgi?id=42971.
10 # CHECK: text data bss dec hex filename
11 # CHECK-NEXT: 0 0 0 0 0