brintos

brintos / llvm-project-archived public Read only

0
0
Text · 230 B · 0dda3d9 Raw
10 lines · plain
1## Test that --plugin is ignored.2 3# RUN: rm -f %t.a4# RUN: touch %t.txt5# RUN: llvm-ar rc %t.a %t.txt6# RUN: llvm-ar --plugin ignore t %t.a | FileCheck %s7# RUN: llvm-ar t --plugin=ignore %t.a | FileCheck %s8 9# CHECK: {{.*}}.txt10