Lines Matching full:flang
1 ! Check that flang -fc1 is invoked when in --driver-mode=flang.
4 ! differentiates between F90 and f90 files. Flang will not treat these files
15 ! All invocations should begin with flang -fc1, consume up to here.
16 ! ALL-LABEL: "{{[^"]*}}flang{{[^"/]*}}" "-fc1"
19 ! ... in --driver-mode=flang.
20 ! RUN: %clang --driver-mode=flang -### -E %s 2>&1 | FileCheck --check-prefixes=ALL,CHECK-E %s
25 ! RUN: %clang --driver-mode=flang -### -fsyntax-only %s 2>&1 | FileCheck --check-prefixes=ALL,CHECK-SYNTAX-ONLY %s
29 ! RUN: %clang --driver-mode=flang -### -emit-llvm -S %s 2>&1 | FileCheck --check-prefixes=ALL,CHECK-EMIT-LLVM-IR %s
33 ! RUN: not %clang --driver-mode=flang -### -emit-llvm %s 2>&1 | FileCheck --check-prefixes=ALL,CHECK-EMIT-LLVM-BC %s
37 ! RUN: %clang --driver-mode=flang -### -S %s 2>&1 | FileCheck --check-prefixes=ALL,CHECK-S %s
41 ! RUN: %clang --driver-mode=flang -### %s 2>&1 | FileCheck --check-prefixes=ALL,CHECK-EMIT-OBJ %s
46 ! ALL: "{{.*}}flang.f90"{{$}}