xref: /llvm-project/llvm/test/Object/ar-error.test (revision 20a817ea2a11baa056c35beac3148adc64913257)
1b4988592SFilipe CabecinhasTest if we get a proper error with a filename that doesn't exist
2b4988592SFilipe Cabecinhas
3b4988592SFilipe CabecinhasRUN: not llvm-ar r %t.out.a sparkle.o %t 2>&1 | FileCheck %s
4b4988592SFilipe Cabecinhas
5e8faaa0cSNAKAMURA Takumi# Don't check the message "No such file or directory".
6*20a817eaSJordan RupprechtCHECK: llvm-ar{{(.exe|.EXE)?}}: error: sparkle.o:
7