[PATCH] D43692: [MSan] Print current stack on CHECK violation
Aleksey Shlyapnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 23 15:32:00 PST 2018
alekseyshl added a comment.
Yes, that's how I tested it, with unaligned pointer (added the same test).
MSan does make an effort to block interceptors during unwind (see SymbolizerScope), so if the problem arises, we'll fix it.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D43692
More information about the llvm-commits
mailing list