Run interprocedural const prop before global optimizer
[oota-llvm.git] / test / Object / archive-error-tmp.txt
1 REQUIRES: shell
2
3 Test that no temporary file is left behind on error.
4
5 RUN: rm -rf %t
6 RUN: mkdir %t
7 RUN: not llvm-ar rc %t/foo.a .
8 RUN: rmdir %t
9