mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +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
9 lines
245 B
Plaintext
9 lines
245 B
Plaintext
## Show that the help message for llvm-ranlib can be printed with either the
|
|
## long flag -help.
|
|
|
|
# RUN: llvm-ranlib -h | FileCheck %s
|
|
# RUN: llvm-ranlib -help | FileCheck %s
|
|
# RUN: llvm-ranlib --help | FileCheck %s
|
|
|
|
# CHECK: USAGE: llvm-ranlib
|