[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / tools / llvm-strings / response-file.test
blob01f0f5715fdbbff556f1b7d0817f4866b26850b3
1 ## Show that llvm-strings can consume a response file.
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
7 CHECK: [[FILE]]: 0 abcd