llvm-6502/test/Object/ar-error.test
Filipe Cabecinhas f97e200a98 llvm-ar: Output the file we errored on.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209500 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-23 05:52:12 +00:00

6 lines
197 B
Plaintext

Test if we get a proper error with a filename that doesn't exist
RUN: not llvm-ar r %t.out.a sparkle.o %t 2>&1 | FileCheck %s
CHECK: llvm-ar{{(.exe|.EXE)?}}: sparkle.o: No such file or directory