mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
86abd9052d
Change the dynamic files to static in the hope that it will actually fix the transient errors that Ive been unable to reproduce. llvm-svn: 286891
4 lines
145 B
Plaintext
4 lines
145 B
Plaintext
RUN: echo abcd | llvm-strings -f - | FileCheck %s
|
|
RUN: echo abcd | llvm-strings --print-file-name - | FileCheck %s
|
|
CHECK: {standard input}: abcd
|