2
0

archive-error-tmp.txt 129 B

1234567
  1. Test that no temporary file is left behind on error.
  2. RUN: rm -rf %t
  3. RUN: mkdir %t
  4. RUN: not llvm-ar rc %t/foo.a .
  5. RUN: rmdir %t