After merging https://reviews.llvm.org/D105811, `flang-new-driver` is no longer required. Differential Revision: https://reviews.llvm.org/D107990
6 lines
177 B
Fortran
6 lines
177 B
Fortran
! Verify that -init-only flag generates a diagnostic as expected
|
|
|
|
! RUN: %flang_fc1 -init-only 2>&1 | FileCheck %s
|
|
|
|
! CHECK: warning: Use `-init-only` for testing purposes only
|