aboutsummaryrefslogtreecommitdiff
path: root/lib/System/DynamicLibrary.cpp
AgeCommit message (Expand)Author
2004-12-04Fix compilation error on Darwin.Chris Lattner
2004-12-03Move darwin-specific majik here.Chris Lattner
2004-11-29Implement two new functions: LoadLibraryPermanently andReid Spencer
2004-11-29We just use ltdl's implementation for this abstraction now. Its portable toReid Spencer
2004-11-29Implement the default constructor which causes the current program to beReid Spencer
2004-11-18Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer