You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
## 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
|