mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
c3542e3376
Only display help from the llvm-nm category instead of all llvm options, which make it much more usable. There's still an issue with -s, which is probably a bug in llvm::cl and worth another commit. Differential Revision: https://reviews.llvm.org/D60411 llvm-svn: 358185
4 lines
128 B
Plaintext
4 lines
128 B
Plaintext
RUN: llvm-nm --help 2>&1 | FileCheck --implicit-check-not="General Options:" %s
|
|
CHECK: Generic Options:
|
|
CHECK: llvm-nm Options:
|