rust-lang / lldb

No longer used, use https://github.com/rust-lang/llvm-project instead
Other
14 stars 6 forks source link

Update GetByteSize() caller for: Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC #29

Closed jankratochvil closed 5 years ago

jankratochvil commented 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.

jankratochvil commented 5 years ago

It is already done in: https://github.com/rust-lang/llvm-project/tree/rustc/8.0-2019-01-16