xref: /llvm-project/llvm/test/tools/llvm-ar/plugin.test (revision fe3b621f05e706fb04dec121c136b6de82a9e277)
1## Test that --plugin is ignored.
2
3# RUN: rm -f %t.a
4# RUN: touch %t.txt
5# RUN: llvm-ar rc %t.a %t.txt
6# RUN: llvm-ar --plugin ignore t %t.a | FileCheck %s
7# RUN: llvm-ar t --plugin=ignore %t.a | FileCheck %s
8
9# CHECK: {{.*}}.txt
10