Remove support for dynamic allocas

This commit is contained in:
mejrs
2025-06-24 16:58:46 +02:00
parent 25cf7d13c9
commit 49421d1fa3
9 changed files with 11 additions and 86 deletions

View File

@@ -1492,12 +1492,6 @@ unsafe extern "C" {
Ty: &'a Type,
Name: *const c_char,
) -> &'a Value;
pub(crate) fn LLVMBuildArrayAlloca<'a>(
B: &Builder<'a>,
Ty: &'a Type,
Val: &'a Value,
Name: *const c_char,
) -> &'a Value;
pub(crate) fn LLVMBuildLoad2<'a>(
B: &Builder<'a>,
Ty: &'a Type,