repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-strings
/
dash-filename.test
blob
0f325fabbef96964680b3b84b4faf8eda1ba4e90
1
## Show that -- stops option scanning.
2
3
RUN: rm -rf %t && mkdir %t && cd %t
4
RUN: echo abcd > -a
5
RUN: llvm-strings -f -- -a | FileCheck %s
6
CHECK: -a: abcd