Skip to content

Commit

Permalink
[llvm-ar][test] Test that --plugin is ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Jan 12, 2022
1 parent 22e6722 commit f8476fd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lld/test/ELF/linkerscript/plugin.test
@@ -0,0 +1,9 @@
## 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

0 comments on commit f8476fd

Please sign in to comment.