summaryrefslogtreecommitdiffstats
path: root/test/Driver/noinline.c
blob: 70f950cf5297015e7329e4944727c39db6e8f15f (plain)
1
2
3
4
5
6
7
8
9
10
// Make sure the driver is correctly passing -fno-inline-functions
// rdar://10972766

// RUN: %clang -target x86_64-apple-darwin10 \
// RUN:   -fno-inline -fno-inline-functions -### -fsyntax-only %s 2> %t
// RUN: FileCheck < %t %s

// CHECK: clang
// CHECK: "-fno-inline"
// CHECK: "-fno-inline-functions"