aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/DynamicLibrary.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation error on Darwin.Chris Lattner2004-12-041-15/+18
* Move darwin-specific majik here.Chris Lattner2004-12-031-5/+27
* Implement two new functions: LoadLibraryPermanently andReid Spencer2004-11-291-28/+62
* We just use ltdl's implementation for this abstraction now. Its portable toReid Spencer2004-11-291-13/+3
* Implement the default constructor which causes the current program to beReid Spencer2004-11-291-0/+10
* Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer2004-11-181-0/+78