summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/DynamicLibrary.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* We just use ltdl's implementation for this abstraction now. Its portable toReid Spencer2004-11-291-13/+3
| | | | | | more platforms than LLVM supports. llvm-svn: 18352
* Implement the default constructor which causes the current program to beReid Spencer2004-11-291-0/+10
| | | | | | opened as if it was a dynamic library so its symbols can be searched too. llvm-svn: 18341
* Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer2004-11-181-0/+78
library (shared library/shared object) whose symbols can be looked up dynamically. Used for plug-ins. llvm-svn: 17940
OpenPOWER on IntegriCloud