reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 | ## Show that --print-file-name works when the input is standard input. RUN: echo abcd | llvm-strings -f - | FileCheck %s RUN: echo abcd | llvm-strings -f | FileCheck %s RUN: echo abcd | llvm-strings --print-file-name - | FileCheck %s RUN: echo abcd | llvm-strings --print-file-name | FileCheck %s CHECK: {standard input}: abcd |