rust/compiler/rustc_codegen_ssa
Josh Stone 183d79cc09 Prepare call/invoke for opaque pointers
Rather than relying on `getPointerElementType()` from LLVM function
pointers, we now pass the function type explicitly when building `call`
or `invoke` instructions.
2021-08-05 10:58:55 -07:00
..

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