[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:12:58 PST 2018


dim added a comment.

One other problem is that `CMAKE_DL_LIBS` is meant for adding to cmake targets, e.g. it only contains the string "dl" on Linux.  This means that you would have to add some sort of transformation to change it into "-ldl"... Way too complicated, if you ask me. :)


Repository:
  rT test-suite

https://reviews.llvm.org/D43168





More information about the llvm-commits mailing list