Files
clang-p2996/lld/test/ELF/help.s
George Rimar 6977ec6899 [ELF] - Print options aliases in --help
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
2017-07-26 09:21:10 +00:00

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