forked from OSchip/llvm-project
[lld][test] Relax test assertion of cmake defaults appearing in --version output.
D93491 implemented `--version` for the MachO LLD port, but asserts that the string contains something like "LLD N.N". However, this is just the cmake default for `LLD_VERSION_STRING`, and downstream users may choose a different value, e.g. a rolling distro may print "LLD trunk".
This commit is contained in:
parent
7143923f86
commit
be89d7460b
|
@ -1,5 +1,5 @@
|
|||
# RUN: %lld --version | FileCheck -check-prefix=VERSION %s
|
||||
VERSION: {{LLD [0-9]+\.[0-9]+}}
|
||||
VERSION: LLD
|
||||
|
||||
# RUN: not %lld ---help 2>&1 | FileCheck -check-prefix=SPELLHELP %s
|
||||
SPELLHELP: error: unknown argument '---help', did you mean '--help'
|
||||
|
|
Loading…
Reference in New Issue