Implement two new functions: LoadLibraryPermanently and
[oota-llvm.git] / lib / System / DynamicLibrary.cpp
2004-11-29 Reid SpencerImplement two new functions: LoadLibraryPermanently and
2004-11-29 Reid SpencerWe just use ltdl's implementation for this abstraction...
2004-11-29 Reid SpencerImplement the default constructor which causes the...
2004-11-18 Reid SpencerDynamic Library abstraction. This makes the abstraction...