aprantl added inline comments.
================ Comment at: test/CodeGenCXX/ubsan-devirtualized-calls.cpp:1 -// RUN: %clang_cc1 -std=c++11 -triple %itanium_abi_triple -emit-llvm -fsanitize=vptr %s -o - | FileCheck %s +// REQUIRES: asserts +// RUN: %clang_cc1 -std=c++11 -triple %itanium_abi_triple -emit-llvm -fsanitize=null,vptr %s -o - | FileCheck %s ---------------- Perhaps match for the labels instead of restricting to assert only? https://reviews.llvm.org/D35735 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits