[PATCH] D40714: Correct atexit(3) support in MSan/NetBSD

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 10 13:06:57 PST 2018


krytarowski added a comment.

This patch without `InterceptorScope interceptor_scope;` works, and this patch with `InterceptorScope interceptor_scope;` doesn't work?

So the original patch should be fine too.


Repository:
  rL LLVM

https://reviews.llvm.org/D40714





More information about the llvm-commits mailing list