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
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
Object
/
archive-error-tmp.txt
blob
ed3b14559ac72317ecf2b64b644c3912444d93a7
1
Test that no temporary file is left behind on error.
2
3
RUN: rm -rf %t
4
RUN: mkdir %t
5
RUN: not llvm-ar rc %t/foo.a .
6
RUN: rmdir %t
7