[clang] 9c29bdf - [test][msan] Remov unneeded CHECK-NOT
Vitaly Buka via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 29 17:50:04 PDT 2022
Author: Vitaly Buka
Date: 2022-08-29T17:49:44-07:00
New Revision: 9c29bdf84ab1bdd89fe8c36974c3bf0543eb9763
URL: https://github.com/llvm/llvm-project/commit/9c29bdf84ab1bdd89fe8c36974c3bf0543eb9763
DIFF: https://github.com/llvm/llvm-project/commit/9c29bdf84ab1bdd89fe8c36974c3bf0543eb9763.diff
LOG: [test][msan] Remov unneeded CHECK-NOT
Added:
Modified:
clang/test/CodeGenCXX/sanitize-no-dtor-callback.cpp
Removed:
################################################################################
diff --git a/clang/test/CodeGenCXX/sanitize-no-dtor-callback.cpp b/clang/test/CodeGenCXX/sanitize-no-dtor-callback.cpp
index af130faf13116..ffd573e4d251f 100644
--- a/clang/test/CodeGenCXX/sanitize-no-dtor-callback.cpp
+++ b/clang/test/CodeGenCXX/sanitize-no-dtor-callback.cpp
@@ -8,7 +8,6 @@ struct Simple {
};
Simple s;
// CHECK-LABEL: define {{.*}}SimpleD1Ev
-// CHECK-NOT: call void @__sanitizer_dtor_callback
struct Inlined {
int x;
More information about the cfe-commits
mailing list