1 ## Show that llvm-size can consume a response file.
3 # RUN: echo "-t %t" > %t.rsp
4 # RUN: yaml2obj %s -o %t
5 # RUN: llvm-size -x @%t.rsp | FileCheck %s -DFILE=%t
7 # CHECK: text data bss dec hex filename
8 # CHECK-NEXT: 0x10 0 0 16 10 [[FILE]]
9 # CHECK-NEXT: 0x10 0 0 16 10 (TOTALS)
21 Flags: [SHF_ALLOC, SHF_EXECINSTR]