This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG150fe05db441: [Test] Fix undef var in catch-undef-behavior.c (authored by thopre).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D93350/new/ https://reviews.llvm.org/D93350 Files: clang/test/CodeGen/catch-undef-behavior.c Index: clang/test/CodeGen/catch-undef-behavior.c =================================================================== --- clang/test/CodeGen/catch-undef-behavior.c +++ clang/test/CodeGen/catch-undef-behavior.c @@ -275,7 +275,7 @@ // CHECK-COMMON-LABEL: @float_float_overflow float float_float_overflow(double f) { - // CHECK-UBSAN-NOT: call {{.*}} @__ubsan_handle_float_cast_overflow(i8* bitcast ({{.*}} @[[LINE_1600]] to i8*), + // CHECK-UBSAN-NOT: call {{.*}} @__ubsan_handle_float_cast_overflow( // CHECK-TRAP-NOT: call {{.*}} @llvm.ubsantrap(i8 19) [[NR_NUW]] // CHECK-COMMON: } return f;
Index: clang/test/CodeGen/catch-undef-behavior.c =================================================================== --- clang/test/CodeGen/catch-undef-behavior.c +++ clang/test/CodeGen/catch-undef-behavior.c @@ -275,7 +275,7 @@ // CHECK-COMMON-LABEL: @float_float_overflow float float_float_overflow(double f) { - // CHECK-UBSAN-NOT: call {{.*}} @__ubsan_handle_float_cast_overflow(i8* bitcast ({{.*}} @[[LINE_1600]] to i8*), + // CHECK-UBSAN-NOT: call {{.*}} @__ubsan_handle_float_cast_overflow( // CHECK-TRAP-NOT: call {{.*}} @llvm.ubsantrap(i8 19) [[NR_NUW]] // CHECK-COMMON: } return f;
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits