[Alignment][NFC] Instructions::getLoadStoreAlignment
[llvm-complete.git] / test / tools / llvm-strings / stdin-filename.test
blob7ba4e90a39af053014cb760a3aca3a78e88f3269
1 ## Show that --print-file-name works when the input is standard input.
3 RUN: echo abcd | llvm-strings -f - | FileCheck %s
4 RUN: echo abcd | llvm-strings -f | FileCheck %s
5 RUN: echo abcd | llvm-strings --print-file-name - | FileCheck %s
6 RUN: echo abcd | llvm-strings --print-file-name | FileCheck %s
7 CHECK: {standard input}: abcd