Lines Matching full:flang
2 ! that with the compiler driver (flang), the input _has_ to be specified.
5 ! (compile? preprocess? link?). The frontend driver (flang -fc1) simply
9 ! FLANG DRIVER (flang)
11 ! RUN: not %flang 2>&1 | FileCheck %s --check-prefix=FLANG-NO-FILE
12 ! RUN: not %flang %t.f90 2>&1 | FileCheck %s --check-prefix=FLANG-NONEXISTENT-FILE
15 ! FLANG FRONTEND DRIVER (flang -fc1)
17 ! RUN: not %flang_fc1 %t.f90 2>&1 | FileCheck %s --check-prefix=FLANG-FC1-NONEXISTENT-FILE
18 ! RUN: not %flang_fc1 %S 2>&1 | FileCheck %s --check-prefix=FLANG-FC1-DIR
20 ! FLANG-NO-FILE: flang{{.*}}: error: no input files
22 ! FLANG-NONEXISTENT-FILE: flang{{.*}}: error: no such file or directory: {{.*}}
23 ! FLANG-NONEXISTENT-FILE: flang{{.*}}: error: no input files
25 ! FLANG-FC1-NONEXISTENT-FILE: error: {{.*}} does not exist
26 ! FLANG-FC1-DIR: error: {{.*}} is not a regular file