Closed Cr0a3 closed 6 months ago
Hi, can I add a feature which isn't in normal LLVM? Bye
Depends in what the request is
I want to add an easy api for the builder. As an example you can then do:
let mut ir: Vec<Box<dyn EasyIr> = vec![]; ir.push ( Return::new(5) ); EasyIr::gen(ir, &mut func, &mut context, &mut module); // Compile the the ir
It would be implemented like here and here
Bye
This would probably be better suited in another library that wraps inkwell
Ok
Hi, can I add a feature which isn't in normal LLVM? Bye