Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix residual Visual Studio build problems | Jeff Cohen | 2004-12-09 | 1 | -11/+7 |
| | | | | llvm-svn: 18688 | ||||
* | Implement the default constructor which causes the current program to be | Reid Spencer | 2004-11-29 | 1 | -4/+10 |
| | | | | | | opened as if it was a dynamic library so its symbols can be searched too. llvm-svn: 18341 | ||||
* | Cast the void* handle data member to HMODULE* to keep the VC++ compiler | Reid Spencer | 2004-11-20 | 1 | -5/+9 |
| | | | | | | happy. Thanks to Henrik Bach for pointing this out. llvm-svn: 18056 | ||||
* | Dynamic Library abstraction. This makes the abstraction of a single dynamic | Reid Spencer | 2004-11-18 | 1 | -0/+47 |
library (shared library/shared object) whose symbols can be looked up dynamically. Used for plug-ins. llvm-svn: 17940 |