Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-20 | Cast the void* handle data member to HMODULE* to keep the VC++ compiler | Reid Spencer | |
happy. Thanks to Henrik Bach for pointing this out. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18056 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 |