diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2013-10-20 21:29:32 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2013-10-20 21:29:32 +0000 |
commit | b714e7e12a531b2b0a2462fb1f2ed83f1e71f1b3 (patch) | |
tree | 879138321d94f2ab90c4d92c989b2999f6089774 /compiler-rt/lib/ubsan/lit_tests/Float/cast-overflow.cpp | |
parent | b453cd64a79cc7cda87fadcde8aba5fd6ca9e43d (diff) | |
download | bcm5719-llvm-b714e7e12a531b2b0a2462fb1f2ed83f1e71f1b3.tar.gz bcm5719-llvm-b714e7e12a531b2b0a2462fb1f2ed83f1e71f1b3.zip |
[ubsan] Introduce %clangxx substitution for all C++ tests.
llvm-svn: 193059
Diffstat (limited to 'compiler-rt/lib/ubsan/lit_tests/Float/cast-overflow.cpp')
-rw-r--r-- | compiler-rt/lib/ubsan/lit_tests/Float/cast-overflow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/ubsan/lit_tests/Float/cast-overflow.cpp b/compiler-rt/lib/ubsan/lit_tests/Float/cast-overflow.cpp index 8d9120d586a..35f9336c904 100644 --- a/compiler-rt/lib/ubsan/lit_tests/Float/cast-overflow.cpp +++ b/compiler-rt/lib/ubsan/lit_tests/Float/cast-overflow.cpp @@ -1,4 +1,4 @@ -// RUN: %clang -fsanitize=float-cast-overflow %s -o %t +// RUN: %clangxx -fsanitize=float-cast-overflow %s -o %t // RUN: %t _ // RUN: %t 0 2>&1 | FileCheck %s --check-prefix=CHECK-0 // RUN: %t 1 2>&1 | FileCheck %s --check-prefix=CHECK-1 |