[PATCH] D43279: Add Xray instrumentation compile-time/link-time support to FreeBSD

David CARLIER via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 14 08:59:51 PST 2018


devnexen added inline comments.


================
Comment at: FreeBSD.cpp:139
+  CmdArgs.push_back("--no-as-needed");
+  CmdArgs.push_back("-lpthread");
+  CmdArgs.push_back("-lrt");
----------------
krytarowski wrote:
> `-pthread`?
Did not seem needed maybe it s different for NetBSD ?


Repository:
  rC Clang

https://reviews.llvm.org/D43279





More information about the cfe-commits mailing list