Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e8aab7480c2550b51fd60d6eb102b361e70931d7
/
.
/
llvm
/
test
/
Object
/
archive-error-tmp.txt
blob: 061898655b6c2217935b546b39edca7760374e73 [
file
] [
log
] [
blame
]
REQUIRES: shell
Test that no temporary file is left behind on error.
RUN: rm -rf %t
RUN: mkdir %t
RUN: not llvm-ar rc %t/foo.a .
RUN: rmdir %t