aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/fortran.f95
blob: 9334cbec442a1aaf8ce46dae827acd4f029f5f8f (plain) (blame)
1
2
3
4
5
6
7
8
9
// Check that the clang driver can invoke gcc to compile Fortran.

// RUN: %clang -target x86_64-unknown-linux-gnu -integrated-as -c %s -### 2>&1 \
// RUN:   | FileCheck %s
// CHECK: gcc
// CHECK: "-S"
// CHECK: "-x" "f95"
// CHECK: clang
// CHECK: "-cc1as"