krytarowski added a comment.
Do you plan to use MSan? If so, `-lkvm` might be useful as well.
Comment at: lib/Driver/ToolChains/CommonArgs.cpp:552
CmdArgs.push_back("-ldl");
// Required for forkpty on some OSes
+ if (TC.getTriple().getOS() == llvm::Triple::NetBSD ||
--
devnexen updated this revision to Diff 131220.
devnexen retitled this revision from "FreeBSD needs also execinfo" to "FreeBSD
needs also execinfo and libutil".
devnexen edited the summary of this revision.
Repository:
rC Clang
https://reviews.llvm.org/D42467
Files:
lib/Driver/ToolChains/Com