forked from OSchip/llvm-project
Fix another instance of -ccc-cxx vs. --driver-mode=g++
llvm-svn: 186609
This commit is contained in:
parent
e3d8559dd6
commit
cb445d882e
|
|
@ -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 rT && %t mT && %t fT && %t cT
|
||||||
// RUN: %t rU && %t mU && %t fU && %t cU
|
// RUN: %t rU && %t mU && %t fU && %t cU
|
||||||
// RUN: %t rS && %t rV && %t oV
|
// RUN: %t rS && %t rV && %t oV
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue