Skip to content

Commit cb445d8

Browse files
committed
Fix another instance of -ccc-cxx vs. --driver-mode=g++
llvm-svn: 186609
1 parent e3d8559 commit cb445d8

File tree

1 file changed

+1
-1
lines changed
  • compiler-rt/lib/ubsan/lit_tests/TypeCheck

1 file changed

+1
-1
lines changed

compiler-rt/lib/ubsan/lit_tests/TypeCheck/vptr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang -ccc-cxx -fsanitize=vptr %s -O3 -o %t
1+
// RUN: %clang --driver-mode=g++ -fsanitize=vptr %s -O3 -o %t
22
// RUN: %t rT && %t mT && %t fT && %t cT
33
// RUN: %t rU && %t mU && %t fU && %t cU
44
// RUN: %t rS && %t rV && %t oV

0 commit comments

Comments
 (0)