[PATCH] D40714: Correct atexit(3) support in MSan/NetBSD
David CARLIER via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 10 10:02:24 PST 2018
devnexen added inline comments.
================
Comment at: lib/msan/msan_interceptors.cc:1222
+static void unreachable() {
+ Report("FATAL: ThreadSanitizer: unreachable called\n");
+ Die();
----------------
Should it be MemorySanitizer ?
Repository:
rL LLVM
https://reviews.llvm.org/D40714
More information about the llvm-commits
mailing list