This revision was automatically updated to reflect the committed changes.
Closed by commit rL354617: [lldb] [test] Do not link -ldl on NetBSD (authored
by mgorny, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm
mgorny updated this revision to Diff 187826.
mgorny edited the summary of this revision.
mgorny added a comment.
Switched to appending `-ldl` via Makefile.rules, using USE_LIBDL option.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58517/new/
https://reviews.llvm.org/D58517
Files:
ll
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
_
mgorny created this revision.
mgorny added reviewers: krytarowski, labath, jasonmolenda, jingham.
mgorny added a project: LLDB.
Herald added a subscriber: abidh.
Fix the load_* using test Makefiles not to link -ldl on NetBSD.
There is no such a library on NetBSD, and dlopen() is available
without