Get VC++ building again
[oota-llvm.git] / lib / System / DynamicLibrary.cpp
2004-12-24 Jeff CohenGet VC++ building again
2004-12-24 Jeff CohenEliminate use of ltdl.c when doing a VC++ build. Becau...
2004-12-04 Chris LattnerFix compilation error on Darwin.
2004-12-03 Chris LattnerMove darwin-specific majik here.
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...