
Most GNU binutils don't append full stops in error messages. This convention has been adopted by a bunch of LLVM binary utilities. Make llvm-ar follow the convention as well. Reviewed By: grimar Differential Revision: https://reviews.llvm.org/D67558 llvm-svn: 371912
6 lines
157 B
Plaintext
6 lines
157 B
Plaintext
Test that llvm-ar exits with 1 when there is an error.
|
|
|
|
RUN: not llvm-ar e 2>&1 | FileCheck %s
|
|
CHECK: error: unknown option e
|
|
CHECK: OVERVIEW: LLVM Archiver
|