aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/ModuleProvider.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,Chris Lattner2003-10-041-3/+3
| | | | | | | | and because, while the class used by the interface is abstract, the actual concept is not. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8850 91177308-0d34-0410-b5e6-96231b3b80d8
* * No longer initialize the module, a subclass is more suitable to do thisMisha Brukman2003-09-221-6/+6
| | | | | | | | because it can add a module ID which we do not have at this time. * Check to see if the module has been initialized when materializing it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8674 91177308-0d34-0410-b5e6-96231b3b80d8
* Minimal implementation of the abstract ModuleProvider interface.Misha Brukman2003-09-181-0/+28
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8594 91177308-0d34-0410-b5e6-96231b3b80d8