xref: /llvm-project/lld/test/MachO/driver.test (revision 264d3b6d4e08401c5b50a85bd76e80b3461d77e6)
1# RUN: %lld --version | FileCheck -check-prefix=VERSION %s
2VERSION: LLD
3
4# RUN: not %lld ---help 2>&1 | FileCheck -check-prefix=SPELLHELP %s
5SPELLHELP: error: unknown argument '---help', did you mean '--help'
6# FIXME: We should also output a "no input files" error
7