xref: /llvm-project/lld/test/ELF/linkerscript/plugin.test (revision f8476fd47b539a14d6a8994e7a5e6401f9ed2a98)
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