mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
0c3847c076
Also, fix a bug in ranlib where it didn't correctly detect being run without any argument and would try to operate on the empty string. Differential Revision: https://reviews.llvm.org/D70021
8 lines
220 B
Plaintext
8 lines
220 B
Plaintext
## Test that useage message is shown when no input file is given
|
|
## And that we return non-zero.
|
|
|
|
# RUN: not llvm-ranlib 2>&1 | FileCheck %s
|
|
|
|
# CHECK: error: an archive name must be specified
|
|
# CHECK: USAGE: llvm-ranlib
|