Open langston-barrett opened 1 year ago
Will fix #31. @cdisselkoen Let me know if you like where this is headed and I'll implement the missing cases for structs, and add alignment + storage size (llvm::getABITypeAlign and llvm::getTypeStoreSize).
llvm::getABITypeAlign
llvm::getTypeStoreSize
I also like/need the type size feature, but I'm not familiar with llvm-sys API. It would be great if someone willing to finish it.
Will fix #31. @cdisselkoen Let me know if you like where this is headed and I'll implement the missing cases for structs, and add alignment + storage size (
llvm::getABITypeAlign
andllvm::getTypeStoreSize
).