mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
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:
@@ -44,7 +44,6 @@ ObjCLanguageRuntime::ObjCLanguageRuntime (Process *process) :
|
||||
m_complete_class_cache(),
|
||||
m_negative_complete_class_cache()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user