search for: typearray

Displaying 1 result from an estimated 1 matches for "typearray".

2014 Jul 21
4
[LLVMdev] LTO type uniquing: ODR assertion failure
...ssert(Ty == resolve(Ty.getRef())) >> >> >> >> >> >> One example is the access to DIType via DIArray in SubroutineType. >> >> >> If >> >> >> all >> >> >> elements in the type array are DITypes we can create a DITypeArray >> >> >> and >> >> >> use >> >> >> that for SubroutineType's type array instead. But we currently have >> >> >> unspecified parameter in the type array and it is not a DIType. >> >> > >> >> > &...