teak-llvm/lldb/packages/Python/lldbsuite/test/functionalities/load_unload
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 Remove getCategories mechanism of specifying test categories 2017-11-02 22:13:09 +00:00
a.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
a.mk Only throw -fPIC when building a shared library 2018-02-08 23:10:29 +00:00
b.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
b.mk Only throw -fPIC when building a shared library 2018-02-08 23:10:29 +00:00
c.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
c.mk Only throw -fPIC when building a shared library 2018-02-08 23:10:29 +00:00
cmds.txt
d.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
d.mk Only throw -fPIC when building a shared library 2018-02-08 23:10:29 +00:00
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
TestLoadUnload.py A few small updates to the testsuite for running against an iOS device. 2018-12-17 23:33:40 +00:00