bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-ar/double-hyphen.test
2025-02-14 19:21:04 +01:00

9 lines
200 B
Text

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