brintos

brintos / llvm-project-archived public Read only

0
0
Text · 236 B · 5fc75b0 Raw
7 lines · c
1// C files are currently not supported (i.e. `flang -cc1`). Make sure that the2// driver reports this as expected.3 4// RUN: not %flang %s 2>&1 | FileCheck %s5 6// CHECK: error: unknown integrated tool '-cc1'. Valid tools include '-fc1'.7