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

Dimitry Andric via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 11 07:08:15 PST 2018


dim added a comment.

In https://reviews.llvm.org/D43168#1004532, @krytarowski wrote:

> Can we use `CMAKE_DL_LIBS`?


We could, but this CMakeLists.txt does not really seem to care about such niceties; I don't see the added value of the complexity.  What would we gain by using `CMAKE_DL_LIBS`?


Repository:
  rT test-suite

https://reviews.llvm.org/D43168





More information about the llvm-commits mailing list