2009-10-14 18:03:49 +00:00
|
|
|
// FIXME: Disable pending PR4941.
|
2012-04-14 14:01:31 +00:00
|
|
|
// RUX: clang -target x86_64-apple-darwin9 -arch arm -### -fsyntax-only %s 2> %t &&
|
2009-10-14 18:03:49 +00:00
|
|
|
// RUX: grep -- "-fno-builtin-strcat" %t &&
|
|
|
|
// RUX: grep -- "-fno-builtin-strcpy" %t &&
|
|
|
|
|
|
|
|
// FIXME: Disable pending PR4941.
|
2012-04-14 14:01:31 +00:00
|
|
|
// RUX: clang -target x86_64-apple-darwin9 -arch arm -### -fsyntax-only %s -fbuiltin-strcat -fbuiltin-strcpy 2> %t &&
|
2009-10-14 18:03:49 +00:00
|
|
|
// RUX: not grep -- "-fno-builtin-strcat" %t &&
|
|
|
|
// RUX: not grep -- "-fno-builtin-strcpy" %t &&
|
|
|
|
|
2012-04-14 14:01:31 +00:00
|
|
|
// RUN: %clang -ccc-no-clang -target x86_64-apple-darwin9 -arch arm -### -fsyntax-only %s -fbuiltin-strcat -fbuiltin-strcpy 2> %t
|
2009-11-18 14:59:57 +00:00
|
|
|
// RUN: not grep -- "-fno-builtin-strcat" %t
|
2009-10-14 18:03:49 +00:00
|
|
|
// RUN: not grep -- "-fno-builtin-strcpy" %t
|
|
|
|
|