repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git]
/
lld
/
test
/
ELF
/
linkerscript
/
plugin.test
blob
0dda3d98dde286e81fde4cab25be6e7a94a2617e
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