Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-29 | Implement the default constructor which causes the current program to be | Reid Spencer | |
opened as if it was a dynamic library so its symbols can be searched too. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18341 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2004-11-18 | Dynamic Library abstraction. This makes the abstraction of a single dynamic | Reid Spencer | |
library (shared library/shared object) whose symbols can be looked up dynamically. Used for plug-ins. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17940 91177308-0d34-0410-b5e6-96231b3b80d8 |