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

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 6 06:22:03 PST 2017


krytarowski added a comment.

The behavior of atexit(3) LIFO has been defined in the C standard.

I'm going to switch to the internal vector container and add a dedicated test to verify that this is really LIFO.


Repository:
  rL LLVM

https://reviews.llvm.org/D39619





More information about the llvm-commits mailing list