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 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