llvm-project/lld/test/ELF/linkerscript/plugin.test

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
230 B
Plaintext
Raw Normal View History

## 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