mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-06 10:57:35 +03:00
Upgrade to D v2.079.0-beta.1
This commit is contained in:
parent
13e3cf5c8f
commit
df4f854dd5
170 changed files with 14426 additions and 12535 deletions
|
@ -1270,7 +1270,8 @@ LLConstant *DtoTypeInfoOf(Type *type, bool base) {
|
|||
type->toChars(), base);
|
||||
LOG_SCOPE
|
||||
|
||||
TypeInfoDeclaration *tidecl = getOrCreateTypeInfoDeclaration(type, nullptr);
|
||||
TypeInfoDeclaration *tidecl =
|
||||
getOrCreateTypeInfoDeclaration(Loc(), type, nullptr);
|
||||
assert(tidecl);
|
||||
Declaration_codegen(tidecl);
|
||||
assert(getIrGlobal(tidecl)->value != NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue