[Instrumentation] Fix a warning
[llvm-project.git] / llvm / test / tools / llvm-ar / dash-before-letter.test
blob43930b1217367b0a81ce91121fc1e999ffcaa23e
1 # Test the use of dash before key letters.
3 RUN: touch %t1.txt
4 RUN: touch %t2.txt
6 RUN: rm -f %t.ar
7 RUN: llvm-ar s -cr %t.ar %t1.txt
8 RUN: llvm-ar -r -s %t.ar %t2.txt -s
9 RUN: llvm-ar -t %t.ar | FileCheck %s
11 CHECK:      1.txt
12 CHECK-NEXT: 2.txt