summaryrefslogtreecommitdiff
path: root/lib/ubsan/lit_tests/Integer/div-overflow.cpp
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2013-10-20 21:29:32 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2013-10-20 21:29:32 +0000
commit49d29ed950f9e309a7b755b2a0601ed483ce3ade (patch)
treee4db107d748713c523dcb1e322cb3ceaf3112c03 /lib/ubsan/lit_tests/Integer/div-overflow.cpp
parent547f9dd4c0302fe9a571e1811a4a92dd82ef89f6 (diff)
downloadcompiler-rt-49d29ed950f9e309a7b755b2a0601ed483ce3ade.tar.gz
compiler-rt-49d29ed950f9e309a7b755b2a0601ed483ce3ade.tar.bz2
compiler-rt-49d29ed950f9e309a7b755b2a0601ed483ce3ade.tar.xz
[ubsan] Introduce %clangxx substitution for all C++ tests.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@193059 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ubsan/lit_tests/Integer/div-overflow.cpp')
-rw-r--r--lib/ubsan/lit_tests/Integer/div-overflow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ubsan/lit_tests/Integer/div-overflow.cpp b/lib/ubsan/lit_tests/Integer/div-overflow.cpp
index dd82427f..83aa8544 100644
--- a/lib/ubsan/lit_tests/Integer/div-overflow.cpp
+++ b/lib/ubsan/lit_tests/Integer/div-overflow.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang -fsanitize=signed-integer-overflow %s -o %t && %t 2>&1 | FileCheck %s
+// RUN: %clangxx -fsanitize=signed-integer-overflow %s -o %t && %t 2>&1 | FileCheck %s
#include <stdint.h>