Improve USE_NEW_LLVM_ABI_SYSTEM's System V ABI

This commit is contained in:
gingerBill
2020-11-12 23:40:13 +00:00
parent fa284f9a5a
commit a64ea342df
3 changed files with 200 additions and 81 deletions

View File

@@ -2388,7 +2388,6 @@ Selection lookup_field_from_index(Type *type, i64 index) {
return empty_selection;
}
Entity *scope_lookup_current(Scope *s, String const &name);
Selection lookup_field_with_selection(Type *type_, String field_name, bool is_type, Selection sel, bool allow_blank_ident) {