brintos

brintos / llvm-project-archived public Read only

0
0
Text · 202 B · 01f0f57 Raw
8 lines · plain
1## Show that llvm-strings can consume a response file.2 3RUN: echo abcd > %t4RUN: echo --print-file-name %t > %t.rsp5RUN: llvm-strings --radix=d @%t.rsp | FileCheck %s -DFILE=%t6 7CHECK: [[FILE]]: 0 abcd8