We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee92b7 commit b6771f8Copy full SHA for b6771f8
clang/test/Driver/flang/classic-flang-emit-flang-llvm.f95
@@ -0,0 +1,10 @@
1
+! REQUIRES: classic_flang
2
+
3
+! Check that the -emit-flang-llvm option dumps LLVM IR pre-optimisation
4
5
+! RUN: %clang --driver-mode=flang -emit-flang-llvm -S -o %t.ll %s -### 2>&1 \
6
+! RUN: | FileCheck %s
7
+! CHECK-NOT: argument unused during compilation: '-S'
8
+! CHECK: "{{.*}}flang1"
9
+! CHECK-NEXT: "{{.*}}flang2"
10
+! CHECK-NOT: "{{.*}}clang{{.*}}" "-cc1"
0 commit comments