Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove these files as they are not being included any more. DynamicLibrary | Reid Spencer | 2004-12-24 | 1 | -27/+0 |
| | | | | | | | is now implemented via ltdl.cpp which has its own way of dealing with the different platforms. llvm-svn: 19129 | ||||
* | Cygwin doesn't like .. through a link, so drop the .. | Reid Spencer | 2004-12-20 | 1 | -1/+1 |
| | | | | llvm-svn: 19076 | ||||
* | Dynamic Library abstraction. This makes the abstraction of a single dynamic | Reid Spencer | 2004-11-18 | 1 | -0/+27 |
library (shared library/shared object) whose symbols can be looked up dynamically. Used for plug-ins. llvm-svn: 17940 |