[PATCH] D39619: Correct atexit(3) support in TSan/NetBSD

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 3 16:18:14 PDT 2017


krytarowski added a comment.

atexit(3)/NetBSD calls internally __cxa_atexit() and it can be intercepted.

Certainly there is some way to support real atexit(3), but it has been disabled explicitly perhaps for the same reason.


Repository:
  rL LLVM

https://reviews.llvm.org/D39619





More information about the llvm-commits mailing list