blob: dc4e6a641f0dcdb28bdec036709f55c586b24e9c [file] [log] [blame]
Daniel Dunbar5ce872f2011-03-18 20:14:03 +00001// Check that we transparently fallback to llvm-gcc for i386 kexts, we don't
2// support the ABI they use (yet).
3
4// RUN: %clang -ccc-host-triple i386-apple-darwin10 \
5// RUN: -fapple-kext -### -fsyntax-only %s 2> %t
6// RUN: FileCheck --check-prefix=CHECK < %t %s
7
8// CHECK: cc1plus"
9// CHECK: "-fapple-kext"