diff options
Diffstat (limited to 'llvm/test/Object')
| -rw-r--r-- | llvm/test/Object/archive-error-tmp.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/test/Object/archive-error-tmp.txt b/llvm/test/Object/archive-error-tmp.txt new file mode 100644 index 00000000000..061898655b6 --- /dev/null +++ b/llvm/test/Object/archive-error-tmp.txt @@ -0,0 +1,9 @@ +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 + |

