468663ddbb
Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
7 lines
250 B
Plaintext
7 lines
250 B
Plaintext
# RUN: not lld-link nosuchfile.obj >& %t.log
|
|
# RUN: FileCheck -check-prefix=MISSING %s < %t.log
|
|
MISSING: nosuchfile.obj: {{[Nn]}}o such file or directory
|
|
|
|
# RUN: lld-link --version | FileCheck -check-prefix=VERSION %s
|
|
VERSION: {{LLD [0-9]+\.[0-9]+}}
|