You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
307 B
11 lines
307 B
// 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"
|