[PATCH] D12713: Runtime test for poisoning vtable pointer during destruction.

Naomi Musgrave via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 15 17:00:54 PDT 2015


nmusgrave added inline comments.

================
Comment at: test/msan/dtor-vtable-multiple-inheritance.cc:15
@@ +14,3 @@
+// function using vtable.
+// XFAIL: *
+
----------------
eugenis wrote:
> Remove XFAIL. Is it here because the implementation of vptr poisoning is not committed yet?
> 
Executing these functions should crash the test


http://reviews.llvm.org/D12713





More information about the llvm-commits mailing list