support type-ref (#613)

This commit is contained in:
water111
2021-06-20 12:59:39 -04:00
committed by GitHub
parent adcb9fad55
commit 4f8403d8e6
16 changed files with 192 additions and 29 deletions
@@ -760,10 +760,8 @@ static void link_v3(LinkedObjectFile& f,
link_ptr--;
s_name = (const char*)(&data.at(link_ptr));
} else {
// methods todo
s_name = (const char*)(&data.at(link_ptr));
// get_type_info().inform_type_method_count(s_name, reloc & 0x7f); todo
dts.ts.forward_declare_type_method_count(s_name, reloc & 0x7f);
kind = SymbolLinkKind::TYPE;
}