forked from OSchip/llvm-project
10 lines
310 B
C++
10 lines
310 B
C++
// Check that we transparently fallback to llvm-gcc for i386 kexts, we don't
|
|
// support the ABI they use (yet).
|
|
|
|
// RUN: %clang -ccc-host-triple i386-apple-darwin10 \
|
|
// RUN: -fapple-kext -### -fsyntax-only %s 2> %t
|
|
// RUN: FileCheck --check-prefix=CHECK < %t %s
|
|
|
|
// CHECK: cc1plus"
|
|
// CHECK: "-fapple-kext"
|