2020-12-23 04:51:20 +08:00
|
|
|
# RUN: %lld --version | FileCheck -check-prefix=VERSION %s
|
2020-12-24 06:33:04 +08:00
|
|
|
VERSION: LLD
|
2020-11-23 23:51:56 +08:00
|
|
|
|
2020-12-23 04:51:20 +08:00
|
|
|
# RUN: not %lld ---help 2>&1 | FileCheck -check-prefix=SPELLHELP %s
|
2020-11-23 23:51:56 +08:00
|
|
|
SPELLHELP: error: unknown argument '---help', did you mean '--help'
|
|
|
|
# FIXME: This should say "no input files" instead
|
|
|
|
SPELLHELP: error: undefined symbol: _main
|