that mutable typeinfo thing

kinke noone at nowhere.com
Sat Nov 21 12:16:39 UTC 2020


On Saturday, 21 November 2020 at 05:46:25 UTC, Adam D. Ruppe 
wrote:
> arsd-webassembly/object.d(221): Error: Global variable type 
> does not match previous declaration with same mangled name: 
> `_D12TypeInfo_Aya6__initZ`
> arsd-webassembly/object.d(221):        Previous IR type: 
> %object.TypeInfo_Array = type { [4 x i8*]*, i8*, 
> %object.TypeInfo* }, mutable, non-thread-local
> arsd-webassembly/object.d(221):        New IR type:      
> %object.TypeInfo_Aya = type { [4 x i8*]*, i8*, 
> %object.TypeInfo* }, const, non-thread-local

This should have been fixed by 
https://github.com/ldc-developers/ldc/pull/3599.


More information about the digitalmars-d-ldc mailing list