[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 07:12:08 PST 2018


devnexen added a comment.
Herald added a subscriber: delcypher.

I was able to reproduce the issue on Linux but I m unsure about the proper solution, the wrappers algorithms are identical between TSan and MSan but atexit has different treatment in Msan since it s seemingly a real call. Locally I ve "disabled" atexit interceptor for Linux.


Repository:
  rL LLVM

https://reviews.llvm.org/D40714





More information about the llvm-commits mailing list