bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-ar/plugin.test

10 lines
230 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
## Test that --plugin is ignored.
# RUN: rm -f %t.a
# RUN: touch %t.txt
# RUN: llvm-ar rc %t.a %t.txt
# RUN: llvm-ar --plugin ignore t %t.a | FileCheck %s
# RUN: llvm-ar t --plugin=ignore %t.a | FileCheck %s
# CHECK: {{.*}}.txt