[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:26:20 PST 2017
krytarowski added a comment.
`-lutil` is just the same case as `-lrt` or `-lm` here.
The potential problem with with autoconf and similar is the design problem, not NetBSD linking here with -lutil.
Without this -lutil, every sanitizer with interceptors will generate spurious dlerror() errors for the lack of `forkpty`.
Repository:
rL LLVM
https://reviews.llvm.org/D41054
More information about the cfe-commits
mailing list