xref: /aosp_15_r20/external/llvm/test/Object/archive-error-tmp.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1Test that no temporary file is left behind on error.
2
3RUN: rm -rf %t
4RUN: mkdir %t
5RUN: not llvm-ar rc %t/foo.a .
6RUN: rmdir %t
7
8