2009-09-10 08:57:27 +04:00
|
|
|
// FIXME: Disable pending PR4941.
|
|
|
|
// RUX: clang -ccc-host-triple x86_64-apple-darwin9 -arch arm -### -fsyntax-only %s 2> %t &&
|
|
|
|
// RUX: grep -- "-fno-builtin-strcat" %t &&
|
|
|
|
// RUX: grep -- "-fno-builtin-strcpy" %t &&
|
2009-09-10 07:37:02 +04:00
|
|
|
|
2009-09-10 08:57:27 +04:00
|
|
|
// FIXME: Disable pending PR4941.
|
|
|
|
// RUX: clang -ccc-host-triple x86_64-apple-darwin9 -arch arm -### -fsyntax-only %s -fbuiltin-strcat -fbuiltin-strcpy 2> %t &&
|
|
|
|
// RUX: not grep -- "-fno-builtin-strcat" %t &&
|
|
|
|
// RUX: not grep -- "-fno-builtin-strcpy" %t &&
|
2009-09-10 07:37:02 +04:00
|
|
|
|
2009-12-16 01:01:24 +03:00
|
|
|
// RUN: %clang -ccc-no-clang -ccc-host-triple x86_64-apple-darwin9 -arch arm -### -fsyntax-only %s -fbuiltin-strcat -fbuiltin-strcpy 2> %t
|
2009-11-08 04:45:36 +03:00
|
|
|
// RUN: not grep -- "-fno-builtin-strcat" %t
|
2009-09-10 07:37:02 +04:00
|
|
|
// RUN: not grep -- "-fno-builtin-strcpy" %t
|
|
|
|
|