bolt/deps/llvm-18.1.8/flang/test/Driver/driver-error-cc1.cpp

7 lines
238 B
C++
Raw Normal View History

2025-02-14 19:21:04 +01:00
// C++ files are currently not supported (i.e. `flang -cc1`). Make sure that the
// driver reports this as expected.
// RUN: not %flang %s 2>&1 | FileCheck %s
// CHECK: error: unknown integrated tool '-cc1'. Valid tools include '-fc1'.