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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-ar
/
double-hyphen.test
blob
edea626ce7f538b572844e8f99134ad6a66c8803
1
## Test the use of "--" on the commandline
2
3
# RUN: echo contents > %t.txt
4
5
# RUN: rm -f %t.ar
6
# RUN: llvm-ar rc -- %t.ar %t.txt 2>&1 | count 0
7
8
# RUN: llvm-ar p %t.ar | FileCheck %s
9
# CHECK: contents