[Lldb-commits] [PATCH] D58517: [lldb] [test] Do not link -ldl on NetBSD

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 21 10:01:31 PST 2019


labath added a comment.

Could you define some variable like DL_LIBS in the main Makefile.rules? Then you could just do `LD_EXTRAS := $(DL_LIBS)` in the tests.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58517/new/

https://reviews.llvm.org/D58517





More information about the lldb-commits mailing list