2009-09-10 12:57:27 +08:00
|
|
|
// FIXME: Disable pending PR4941.
|
2012-01-21 06:01:23 +08:00
|
|
|
// RUX: clang -target x86_64-apple-darwin9 -arch arm -### -fsyntax-only %s 2> %t &&
|
2009-09-10 12:57:27 +08:00
|
|
|
// RUX: grep -- "-fno-builtin-strcat" %t &&
|
|
|
|
// RUX: grep -- "-fno-builtin-strcpy" %t &&
|
2009-09-10 11:37:02 +08:00
|
|
|
|
2009-09-10 12:57:27 +08:00
|
|
|
// FIXME: Disable pending PR4941.
|
2012-01-21 06:01:23 +08:00
|
|
|
// RUX: clang -target x86_64-apple-darwin9 -arch arm -### -fsyntax-only %s -fbuiltin-strcat -fbuiltin-strcpy 2> %t &&
|
2009-09-10 12:57:27 +08:00
|
|
|
// RUX: not grep -- "-fno-builtin-strcat" %t &&
|
|
|
|
// RUX: not grep -- "-fno-builtin-strcpy" %t &&
|
2009-09-10 11:37:02 +08:00
|
|
|
|
2012-10-31 09:21:20 +08:00
|
|
|
// RUN: %clang -target x86_64-apple-darwin9 -arch arm -### -fsyntax-only %s -fbuiltin-strcat -fbuiltin-strcpy 2> %t
|
2009-11-08 09:45:36 +08:00
|
|
|
// RUN: not grep -- "-fno-builtin-strcat" %t
|
2009-09-10 11:37:02 +08:00
|
|
|
// RUN: not grep -- "-fno-builtin-strcpy" %t
|
|
|
|
|