1# XFAIL: system-aix
2## Test that --plugin is ignored.
3
4# RUN: rm -f %t.a
5# RUN: touch %t.txt
6# RUN: llvm-ar rc %t.a %t.txt
7# RUN: llvm-ar --plugin ignore t %t.a | FileCheck %s
8# RUN: llvm-ar t --plugin=ignore %t.a | FileCheck %s
9
10# CHECK: {{.*}}.txt
11