From 77930919add52a89db5ccd1b30dd8be17bf7baef Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Tue, 6 Nov 2012 02:31:42 +0000 Subject: Update compiler-rt tests to match flag renaming/deprecation in Clang. llvm-svn: 167434 --- compiler-rt/lib/ubsan/lit_tests/Float/cast-overflow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler-rt/lib/ubsan/lit_tests/Float/cast-overflow.cpp') 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 d04f38c4cab..b9c5d38c078 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 -fcatch-undefined-behavior %s -o %t +// RUN: %clang -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 -- cgit v1.2.3