aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/DynamicLinker.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Attempt to provide support for those without RTLD_DEFAULT.Chris Lattner2003-10-251-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9503 91177308-0d34-0410-b5e6-96231b3b80d8
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
| | | | | | | Header files will be on the way. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9298 91177308-0d34-0410-b5e6-96231b3b80d8
* Add my abstracted dynamic linker support files.Brian Gaeke2003-10-101-0/+42
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9008 91177308-0d34-0410-b5e6-96231b3b80d8