mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-28 09:33:27 +01:00
Fixes for closures
This commit is contained in:
@@ -778,6 +778,11 @@ size_t getTypePaddedSize(const LLType* t)
|
||||
return sz;
|
||||
}
|
||||
|
||||
size_t getTypeAllocSize(const LLType* t)
|
||||
{
|
||||
return gTargetData->getTypeAllocSize(t);
|
||||
}
|
||||
|
||||
unsigned char getABITypeAlign(const LLType* t)
|
||||
{
|
||||
return gTargetData->getABITypeAlignment(t);
|
||||
|
||||
Reference in New Issue
Block a user