summaryrefslogtreecommitdiff
path: root/lib/ubsan
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2013-07-18 21:09:03 +0000
committerHans Wennborg <hans@hanshq.net>2013-07-18 21:09:03 +0000
commit28f2f82b56bf498dd3e8ab2ca3afaf907a90de25 (patch)
tree5d3ecab3362e9e0895543f1952f7d47cb9acb131 /lib/ubsan
parentf021f4fb9e41d7ff3368556962c89119391fe025 (diff)
Fix another instance of -ccc-cxx vs. --driver-mode=g++
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@186609 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ubsan')
-rw-r--r--lib/ubsan/lit_tests/TypeCheck/vptr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ubsan/lit_tests/TypeCheck/vptr.cpp b/lib/ubsan/lit_tests/TypeCheck/vptr.cpp
index 109e7a824..3159f36ec 100644
--- a/lib/ubsan/lit_tests/TypeCheck/vptr.cpp
+++ b/lib/ubsan/lit_tests/TypeCheck/vptr.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang -ccc-cxx -fsanitize=vptr %s -O3 -o %t
+// RUN: %clang --driver-mode=g++ -fsanitize=vptr %s -O3 -o %t
// RUN: %t rT && %t mT && %t fT && %t cT
// RUN: %t rU && %t mU && %t fU && %t cU
// RUN: %t rS && %t rV && %t oV