teak-llvm/lldb/packages/Python/lldbsuite/test/functionalities/load_using_paths
Michal Gorny 65ebfaf0be [lldb] [test] Do not link -ldl on NetBSD
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 a library.  Quoting the manpage:

    (These functions are not in a library.  They are included in every
    dynamically linked program automatically.)

To resolve this portably, introduce a new USE_LIBDL option.  If it set
to 1, Makefile.rules automatically appends -ldl on platforms needing it.

Differential Revision: https://reviews.llvm.org/D58517

llvm-svn: 354617
2019-02-21 20:28:21 +00:00
..
hidden Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
.categories
main.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Makefile [lldb] [test] Do not link -ldl on NetBSD 2019-02-21 20:28:21 +00:00
TestLoadUsingPaths.py Fix whitespace in the python test suite. 2018-07-27 22:20:59 +00:00