rust/compiler/rustc_codegen_ssa
Tomasz Miąsko 4013e094f5 Prepare gep for opaque pointers
Implement gep using LLVMBuildGEP2 which takes an explicit type argument
instead of deriving it from a pointer type.
2021-08-04 15:51:30 +02:00
..
2021-08-04 15:51:30 +02:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.