• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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"
10