You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|
|
|
|
# Don't check the message "No such file or directory".
|
|
CHECK: llvm-ar{{(.exe|.EXE)?}}: sparkle.o:
|