repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
test
/
tools
/
llvm-strings
/
response-file.test
blob
01f0f5715fdbbff556f1b7d0817f4866b26850b3
1
## Show that llvm-strings can consume a response file.
2
3
RUN: echo abcd > %t
4
RUN: echo --print-file-name %t > %t.rsp
5
RUN: llvm-strings --radix=d @%t.rsp | FileCheck %s -DFILE=%t
6
7
CHECK: [[FILE]]: 0 abcd