mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
d66362b987
The real work for this was already done by serge-sans-paille [1]. Thanks for this! [1] 1d4849379f71a0f5d73202a291c0b709f7cafbc5
8 lines
272 B
Python
8 lines
272 B
Python
# Basic sanity check for `--help` and `--version` options.
|
|
#
|
|
# RUN: %{lit} --help | FileCheck %s --check-prefix=HELP
|
|
# RUN: %{lit} --version 2>&1 | FileCheck %s --check-prefix=VERSION
|
|
#
|
|
# HELP: usage: lit [-h]
|
|
# VERSION: lit {{[0-9]+\.[0-9]+\.[0-9]+[a-zA-Z0-9]*}}
|