Chris Lattner
|
73a1914131
|
Fix compilation error on Darwin.
llvm-svn: 18485
|
2004-12-04 04:17:20 +00:00 |
|
Chris Lattner
|
4cf8b36469
|
Move darwin-specific majik here.
llvm-svn: 18466
|
2004-12-03 23:02:42 +00:00 |
|
Reid Spencer
|
0e6a4fc448
|
Implement two new functions: LoadLibraryPermanently and
SearchForAddressOfSymbol.
llvm-svn: 18355
|
2004-11-29 13:33:28 +00:00 |
|
Reid Spencer
|
3468ae1a87
|
We just use ltdl's implementation for this abstraction now. Its portable to
more platforms than LLVM supports.
llvm-svn: 18352
|
2004-11-29 12:39:10 +00:00 |
|
Reid Spencer
|
72a7457a90
|
Implement the default constructor which causes the current program to be
opened as if it was a dynamic library so its symbols can be searched too.
llvm-svn: 18341
|
2004-11-29 10:39:46 +00:00 |
|
Reid Spencer
|
4a763ca854
|
Dynamic Library abstraction. This makes the abstraction of a single dynamic
library (shared library/shared object) whose symbols can be looked up
dynamically. Used for plug-ins.
llvm-svn: 17940
|
2004-11-18 04:33:39 +00:00 |
|