1 ## Show that llvm-size reports an error when passed an input file in an
4 # RUN: not llvm-size %s 2>&1 | FileCheck %s -DFILE=%s --check-prefix=UNRECOGNIZED
5 # UNRECOGNIZED: {{.*}}llvm-size{{(.*)}}: error: '[[FILE]]': The file was not recognized as a valid object file
7 ## Show that llvm-size reports an error when passed an input file in an
10 # RUN: yaml2obj %s -o %t
11 # RUN: not llvm-size %t 2>&1 | FileCheck %s -DFILE=%t --check-prefix=NOTSUPPORTED
12 # NOTSUPPORTED: {{.*}}llvm-size{{(.*)}}: error: '[[FILE]]': unsupported file type
18 Content: 11223344556600