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