[PATCH] D40714: Correct atexit(3) support in MSan/NetBSD
Dmitry Vyukov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 1 04:53:56 PST 2017
dvyukov added inline comments.
================
Comment at: lib/msan/msan_vector.h:25
+template<typename T>
+class Vector {
+ public:
----------------
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.
Repository:
rL LLVM
https://reviews.llvm.org/D40714
More information about the llvm-commits
mailing list