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

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 7 04:14:30 PST 2017


joerg added a comment.

No need for a custom container, just allocate the vector dynamically and free it when it becomes empty.


Repository:
  rL LLVM

https://reviews.llvm.org/D39619





More information about the llvm-commits mailing list