blob: 694901eb0f08c1933ea02b6b9db6d9c0fcc19f7f [file] [log] [blame]
## Show that llvm-size can consume a response file.
# RUN: echo "-t %t" > %t.rsp
# RUN: yaml2obj %s -o %t
# RUN: llvm-size -x @%t.rsp | FileCheck %s -DFILE=%t
# CHECK: text data bss dec hex filename
# CHECK-NEXT: 0x10 0 0 16 10 [[FILE]]
# CHECK-NEXT: 0x10 0 0 16 10 (TOTALS)
--- !ELF
FileHeader:
Class: ELFCLASS64
Data: ELFDATA2LSB
Type: ET_EXEC
Machine: EM_X86_64
Sections:
- Name: .text
Type: SHT_PROGBITS
Size: 0x10
Flags: [SHF_ALLOC, SHF_EXECINSTR]