[compiler-rt] r186609 - Fix another instance of -ccc-cxx vs. --driver-mode=g++

Hans Wennborg hans at hanshq.net
Thu Jul 18 14:09:03 PDT 2013


Author: hans
Date: Thu Jul 18 16:09:03 2013
New Revision: 186609

URL: http://llvm.org/viewvc/llvm-project?rev=186609&view=rev
Log:
Fix another instance of -ccc-cxx vs. --driver-mode=g++

Modified:
    compiler-rt/trunk/lib/ubsan/lit_tests/TypeCheck/vptr.cpp

Modified: compiler-rt/trunk/lib/ubsan/lit_tests/TypeCheck/vptr.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/ubsan/lit_tests/TypeCheck/vptr.cpp?rev=186609&r1=186608&r2=186609&view=diff
==============================================================================
--- compiler-rt/trunk/lib/ubsan/lit_tests/TypeCheck/vptr.cpp (original)
+++ compiler-rt/trunk/lib/ubsan/lit_tests/TypeCheck/vptr.cpp Thu Jul 18 16:09:03 2013
@@ -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





More information about the llvm-commits mailing list