Revert rGe6ccb57bb3f6b761f2310e97fd6ca99eff42f73e "[SLP] Add cost model for `llvm...
[llvm-project.git] / llvm / test / Object / archive-error-tmp.txt
blobed3b14559ac72317ecf2b64b644c3912444d93a7
1 Test that no temporary file is left behind on error.
3 RUN: rm -rf %t
4 RUN: mkdir %t
5 RUN: not llvm-ar rc %t/foo.a .
6 RUN: rmdir %t