Closed jankratochvil closed 5 years ago
Update for: commit 2680b529d48d1c3dc28bde73afbba2aaada074fd Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC
I did not check if Rust can have types of 0 size or not. But they would not work before anyway.
It is already done in: https://github.com/rust-lang/llvm-project/tree/rustc/8.0-2019-01-16
Update for: commit 2680b529d48d1c3dc28bde73afbba2aaada074fd Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC
I did not check if Rust can have types of 0 size or not. But they would not work before anyway.