Sign in
llvm
/
llvm-project
/
2ec91a5ec41c93e79a16ddca02de14b07d593c2c
/
.
/
llvm
/
test
/
tools
/
llvm-ar
/
plugin.test
blob: 0dda3d98dde286e81fde4cab25be6e7a94a2617e [
file
] [
log
] [
blame
]
## 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