We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d8559 commit cb445d8Copy full SHA for cb445d8
compiler-rt/lib/ubsan/lit_tests/TypeCheck/vptr.cpp
@@ -1,4 +1,4 @@
1
-// RUN: %clang -ccc-cxx -fsanitize=vptr %s -O3 -o %t
+// RUN: %clang --driver-mode=g++ -fsanitize=vptr %s -O3 -o %t
2
// RUN: %t rT && %t mT && %t fT && %t cT
3
// RUN: %t rU && %t mU && %t fU && %t cU
4
// RUN: %t rS && %t rV && %t oV
0 commit comments