As expected by user in http://lists.llvm.org/pipermail/flang-dev/2020-June/000404.html Depends on D84856 Differential Revision: https://reviews.llvm.org/D84857
11 lines
347 B
Fortran
11 lines
347 B
Fortran
! RUN: %f18 -h 2>&1 | FileCheck %s
|
|
! RUN: %f18 -help 2>&1 | FileCheck %s
|
|
! RUN: %f18 --help 2>&1 | FileCheck %s
|
|
! RUN: %f18 -? 2>&1 | FileCheck %s
|
|
|
|
! CHECK: f18: LLVM Fortran compiler
|
|
|
|
! CHECK: -help print this again
|
|
! CHECK: Unrecognised options are passed through to the external compiler
|
|
! CHECK: set by F18_FC (see defaults).
|