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
[Instrumentation] Fix a warning
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-ar
/
dash-before-letter.test
blob
43930b1217367b0a81ce91121fc1e999ffcaa23e
1
# Test the use of dash before key letters.
2
3
RUN: touch %t1.txt
4
RUN: touch %t2.txt
5
6
RUN: rm -f %t.ar
7
RUN: llvm-ar s -cr %t.ar %t1.txt
8
RUN: llvm-ar -r -s %t.ar %t2.txt -s
9
RUN: llvm-ar -t %t.ar | FileCheck %s
10
11
CHECK: 1.txt
12
CHECK-NEXT: 2.txt