summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/cxx-apple-kext.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-06-29 16:52:24 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-06-29 16:52:24 +0000
commit8452ef07981e07aea0539ebf5ee92b72387072ae (patch)
treec80d8d48610014cd2a1c718e6265a0f69a95eb2b /clang/test/CodeGenCXX/cxx-apple-kext.cpp
parentec1bee907acd0dab7c8ee02006040057357a0692 (diff)
downloadbcm5719-llvm-8452ef07981e07aea0539ebf5ee92b72387072ae.tar.gz
bcm5719-llvm-8452ef07981e07aea0539ebf5ee92b72387072ae.zip
tests: Use %clangxx when using driver for C++, in case C++ support is disabled.
llvm-svn: 107153
Diffstat (limited to 'clang/test/CodeGenCXX/cxx-apple-kext.cpp')
-rw-r--r--clang/test/CodeGenCXX/cxx-apple-kext.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/cxx-apple-kext.cpp b/clang/test/CodeGenCXX/cxx-apple-kext.cpp
index 4ba69069bed..e9a17277b0b 100644
--- a/clang/test/CodeGenCXX/cxx-apple-kext.cpp
+++ b/clang/test/CodeGenCXX/cxx-apple-kext.cpp
@@ -1,6 +1,6 @@
-// RUN: %clang -ccc-host-triple x86_64-apple-darwin10 %s -flto -S -o - |\
+// RUN: %clangxx -ccc-host-triple x86_64-apple-darwin10 %s -flto -S -o - |\
// RUN: FileCheck --check-prefix=CHECK-NO-KEXT %s
-// RUN: %clang -ccc-host-triple x86_64-apple-darwin10 %s -fapple-kext -flto -S -o - |\
+// RUN: %clangxx -ccc-host-triple x86_64-apple-darwin10 %s -fapple-kext -flto -S -o - |\
// RUN: FileCheck --check-prefix=CHECK-KEXT %s
// CHECK-NO-KEXT-NOT: _GLOBAL__D_a
OpenPOWER on IntegriCloud