remove struct_gep, use manual layout calculations for va_arg
This commit is contained in:
parent
123015e722
commit
beed25be9a
6 changed files with 71 additions and 111 deletions
|
@ -1301,13 +1301,6 @@ extern "C" {
|
|||
NumIndices: c_uint,
|
||||
Name: *const c_char,
|
||||
) -> &'a Value;
|
||||
pub fn LLVMBuildStructGEP2<'a>(
|
||||
B: &Builder<'a>,
|
||||
Ty: &'a Type,
|
||||
Pointer: &'a Value,
|
||||
Idx: c_uint,
|
||||
Name: *const c_char,
|
||||
) -> &'a Value;
|
||||
|
||||
// Casts
|
||||
pub fn LLVMBuildTrunc<'a>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue