projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[x86] Clean up the SSE1 test to use a slightly different pattern for
[oota-llvm.git]
/
test
/
Object
/
archive-error-tmp.txt
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