llvm-for-llvmta/test/tools/llvm-ar/double-hyphen.test

10 lines
200 B
Plaintext
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
## 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