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

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 1 07:05:29 PST 2017


krytarowski added inline comments.


================
Comment at: lib/msan/msan_vector.h:25
+template<typename T>
+class Vector {
+ public:
----------------
dvyukov wrote:
> We should move this code from tsan to sanitizer_common. sanitizer_common is meant exactly to share between sanitizers and avoid duplication of this kind of code.
https://reviews.llvm.org/D40726


Repository:
  rL LLVM

https://reviews.llvm.org/D40714





More information about the llvm-commits mailing list