[PATCH] D43168: Don't use -ldl on BSD

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 19 21:26:34 PST 2018


krytarowski added a comment.

`-pthreads` defines additional OS specific flags like `_REENTRANT` or `_PTHREADS` and this is the form that should be used.


Repository:
  rL LLVM

https://reviews.llvm.org/D43168





More information about the llvm-commits mailing list