1*f4a2713aSLionel Sambuc // Make sure the driver is correctly passing -fno-inline-functions 2*f4a2713aSLionel Sambuc // rdar://10972766 3*f4a2713aSLionel Sambuc 4*f4a2713aSLionel Sambuc // RUN: %clang -target x86_64-apple-darwin10 \ 5*f4a2713aSLionel Sambuc // RUN: -fno-inline -fno-inline-functions -### -fsyntax-only %s 2> %t 6*f4a2713aSLionel Sambuc // RUN: FileCheck --check-prefix=CHECK < %t %s 7*f4a2713aSLionel Sambuc 8*f4a2713aSLionel Sambuc // CHECK: clang 9*f4a2713aSLionel Sambuc // CHECK: "-fno-inline" 10*f4a2713aSLionel Sambuc // CHECK: "-fno-inline-functions" 11