mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-04 04:02:33 +00:00
Improve USE_NEW_LLVM_ABI_SYSTEM's System V ABI
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user