Chad Rosier | 250008b | 2012-03-06 18:49:20 +0000 | [diff] [blame] | 1 | // 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" |