allwinner_a64/android/external/llvm/test/Object/archive-error-tmp.txt
2018-08-08 16:14:42 +08:00

7 lines
129 B
Text

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