Fariborz Jahanian | b466d01 | 2011-01-07 01:05:02 +0000 | [diff] [blame] | 1 | // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -mkernel -### -fsyntax-only %s 2> %t |
2 | // RUN grep "-disable-red-zone" %t | ||||
3 | // RUN grep "-fapple-kext" %t | ||||
4 | // RUN grep "-fno-builtin" %t | ||||
5 | // RUN grep "-fno-rtti" %t | ||||
6 | // RUN grep "-fno-common" %t |