[PATCH] D41054: Teach clang/NetBSD about additional dependencies for sanitizers
Evgenii Stepanov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 14 13:18:26 PST 2017
eugenis added a comment.
One problem with interceptors is that any sanitized binary looks (to a configure-like script) as if it implements forkpty. But an attempt to use forkpty without actually linking -lutil will fail at runtime, because interceptors are just wrappers.
Repository:
rL LLVM
https://reviews.llvm.org/D41054
More information about the cfe-commits
mailing list