This is PR30422, previously LLD did not render all option aliases in --help. With this patch it will. Differential revision: https://reviews.llvm.org/D35477 llvm-svn: 309089
6 lines
249 B
ArmAsm
6 lines
249 B
ArmAsm
# RUN: ld.lld --help 2>&1 | FileCheck %s
|
|
# CHECK: OPTIONS:
|
|
# CHECK: --output=<value> Path to file to write output
|
|
# CHECK: --output <value> Path to file to write output
|
|
# CHECK: -o <path> Path to file to write output
|