From b714e7e12a531b2b0a2462fb1f2ed83f1e71f1b3 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Sun, 20 Oct 2013 21:29:32 +0000 Subject: [ubsan] Introduce %clangxx substitution for all C++ tests. llvm-svn: 193059 --- compiler-rt/lib/ubsan/lit_tests/Integer/div-overflow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler-rt/lib/ubsan/lit_tests/Integer/div-overflow.cpp') diff --git a/compiler-rt/lib/ubsan/lit_tests/Integer/div-overflow.cpp b/compiler-rt/lib/ubsan/lit_tests/Integer/div-overflow.cpp index dd82427f9d5..83aa854485b 100644 --- a/compiler-rt/lib/ubsan/lit_tests/Integer/div-overflow.cpp +++ b/compiler-rt/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 -- cgit v1.2.3