repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[flang][openacc] Use OpenACC terminator instead of fir.unreachable after Stop stmt...
[llvm-project.git]
/
flang
/
test
/
Driver
/
driver-error-cc1.c
blob
5fc75b0685eeef231d58fa3e93692f4f01118afe
1
// C files are currently not supported (i.e. `flang -cc1`). Make sure that the
2
// driver reports this as expected.
3
4
// RUN: not %flang %s 2>&1 | FileCheck %s
5
6
// CHECK: error: unknown integrated tool '-cc1'. Valid tools include '-fc1'.