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

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 10 13:14:35 PST 2018


devnexen added a comment.

In https://reviews.llvm.org/D40714#1004417, @krytarowski wrote:

> 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.


In fact when I mentioned without the diff I meant the original code.


Repository:
  rL LLVM

https://reviews.llvm.org/D40714





More information about the llvm-commits mailing list