forked from OSchip/llvm-project
15 lines
379 B
C
15 lines
379 B
C
// C files are currently not supported (i.e. `flang -cc1`). Make sure that the
|
|
// driver reports this as expected.
|
|
|
|
// REQUIRES: new-flang-driver
|
|
|
|
//-----------
|
|
// RUN LINES
|
|
//-----------
|
|
// RUN: not %flang %s 2>&1 | FileCheck %s
|
|
|
|
//-----------------------
|
|
// EXPECTED OUTPUT
|
|
//-----------------------
|
|
// CHECK: error: unknown integrated tool '-cc1'. Valid tools include '-fc1'.
|