blob: 8790d7fb388dcaef7d6c363d8625a293b33cc25e [file] [log] [blame]
Chad Rosier250008b2012-03-06 18:49:20 +00001// Make sure the driver is correctly passing -fno-inline
2// rdar://10972766
3
4// RUN: %clang -target x86_64-apple-darwin10 \
5// RUN: -fno-inline -### -fsyntax-only %s 2> %t
6// RUN: FileCheck --check-prefix=CHECK < %t %s
7
8// CHECK: clang
9// CHECK: "-fno-inline"