2009-09-10 12:57:27 +08: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 11:37:02 +08:00
|
|
|
|
2009-09-10 12:57:27 +08: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 11:37:02 +08:00
|
|
|
|
2009-12-16 06:01:24 +08: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 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
|
|
|
|
|