xref: /aosp_15_r20/external/llvm/test/Object/archive-error-tmp.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard WorkerTest that no temporary file is left behind on error.
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard WorkerRUN: rm -rf %t
4*9880d681SAndroid Build Coastguard WorkerRUN: mkdir %t
5*9880d681SAndroid Build Coastguard WorkerRUN: not llvm-ar rc %t/foo.a .
6*9880d681SAndroid Build Coastguard WorkerRUN: rmdir %t
7*9880d681SAndroid Build Coastguard Worker
8