Daniel Dunbar | 5ce872f | 2011-03-18 20:14:03 +0000 | [diff] [blame^] | 1 | // 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" |