blob: edea626ce7f538b572844e8f99134ad6a66c8803 (
plain)
1
2
3
4
5
6
7
8
9
|
## Test the use of "--" on the commandline
# RUN: echo contents > %t.txt
# RUN: rm -f %t.ar
# RUN: llvm-ar rc -- %t.ar %t.txt 2>&1 | count 0
# RUN: llvm-ar p %t.ar | FileCheck %s
# CHECK: contents
|