• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1! Check that lit configuration works by checking the compiler version
2
3! VERSION-NOT:{{![[:space:]]}}
4! VERSION:{{[[:space:]]}}
5! VERSION-SAME:f18 compiler (under development), version {{[1-9][0-9]*.[0-9]*.[0-9]*}}
6! VERSION-EMPTY:
7
8! RUN: %f18 -V 2>&1 | FileCheck  -check-prefix=VERSION %s
9! RUN: %f18 -v 2>&1 | FileCheck  -check-prefix=VERSION %s
10! RUN: %f18 --version 2>&1 | FileCheck  -check-prefix=VERSION %s
11