brintos

brintos / llvm-project-archived public Read only

0
0
Text · 200 B · edea626 Raw
10 lines · plain
1## Test the use of "--" on the commandline2 3# RUN: echo contents > %t.txt4 5# RUN: rm -f %t.ar6# RUN: llvm-ar rc -- %t.ar %t.txt 2>&1 | count 07 8# RUN: llvm-ar p %t.ar | FileCheck %s9# CHECK: contents10