Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
5b51fd5b550a9589f95e677fca801cea565e8d9f
/
.
/
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