mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
9274a89b29
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
3 lines
97 B
Plaintext
3 lines
97 B
Plaintext
; RUN: not llvm-ar -M t < %s 2>&1 | FileCheck %s
|
|
; CHECK: error: cannot mix -M and other options
|