response-file.test 202 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 ## Show that llvm-strings can consume a response file. RUN: echo abcd > %t RUN: echo --print-file-name %t > %t.rsp RUN: llvm-strings --radix=d @%t.rsp | FileCheck %s -DFILE=%t CHECK: [[FILE]]: 0 abcd