[PATCH] D43278: Add Xray instrumentation support to FreeBSD

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 14 09:50:27 PST 2018


devnexen added inline comments.


================
Comment at: test/xray/lit.cfg:23
 # Setup substitutions.
+xraylib_flags = '-lm -lpthread -lrt'
+if config.host_os == 'Linux':
----------------
krytarowski wrote:
> `-pthread`
Right I just did not touch the initial flags much.


https://reviews.llvm.org/D43278





More information about the llvm-commits mailing list