mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-06 04:06:31 +00:00

Implement gep using LLVMBuildGEP2 which takes an explicit type argument instead of deriving it from a pointer type.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.