Skip to content

Commit

Permalink
Revised test to pass under updated dtor callback implementation
Browse files Browse the repository at this point in the history
Summary: New implementation for dtor sanitizer callback poisons only class members, and emits poisoning callback before base dtor invoked.

Reviewers: eugenis, kcc

Differential Revision: http://reviews.llvm.org/D11952

Explicit dtor invocation

llvm-svn: 244709
  • Loading branch information
Naomi Musgrave committed Aug 12, 2015
1 parent 1688098 commit e9971ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler-rt/test/msan/dtor-base-access.cc
Expand Up @@ -4,8 +4,6 @@

// RUN: %clangxx_msan %s -O2 -fsanitize=memory -fsanitize-memory-use-after-dtor -o %t && MSAN_OPTIONS=poison_in_dtor=1 %run %t >%t.out 2>&1

// XFAIL: *

#include <sanitizer/msan_interface.h>
#include <assert.h>

Expand Down

0 comments on commit e9971ac

Please sign in to comment.