[PATCH] D41054: Teach clang/NetBSD about additional dependencies for sanitizers
Kamil Rytarowski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 14 13:36:27 PST 2017
krytarowski added a comment.
In particular, this issue has been detected with dtls_test.c (MSan test), but it is valid to every program checking dlerror().
I've pluged more missing symbols through https://reviews.llvm.org/D41053, there are still few but I'm now busy with teaching sanitizers about all the NetBSD syscalls and all the NetBSD ioctls.
This patch plugs backtrace(3) and forkpty(3) missing symbols.
Repository:
rL LLVM
https://reviews.llvm.org/D41054
More information about the cfe-commits
mailing list