Add new virtual method for language runtime plug-ins:

virtual void
LanguageRuntime::ModulesDidLoad (const ModuleList &module_list);

Then reorganized how the objective C plug-in is notified so it will work for all LanguageRuntime subclasses.

llvm-svn: 235118
This commit is contained in:
Greg Clayton
2015-04-16 17:13:34 +00:00
parent 1c130bb04b
commit 35ca64b127
7 changed files with 106 additions and 62 deletions

View File

@@ -44,7 +44,6 @@ ObjCLanguageRuntime::ObjCLanguageRuntime (Process *process) :
m_complete_class_cache(),
m_negative_complete_class_cache()
{
}
bool