[PATCH] D43080: Adding Msan support to FreeBSD
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 9 14:11:03 PST 2018
krytarowski added inline comments.
================
Comment at: test/tsan/thread_name.cc:10
#define USE_PTHREAD_SETNAME_NP 1
-#define tasn_pthread_setname_np pthread_set_name_np
+#define tsan_pthread_setname_np pthread_set_name_np
#elif defined(__NetBSD__)
----------------
This typo is TSan specific. I will commit it as is.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D43080
More information about the llvm-commits
mailing list