pub fn compile_kernel(
kernel: &impl Kernel,
target: &Target,
force: bool,
) -> Result<String>Expand description
Compiles kernel for target via the LLVM backend, using the teenyc binary resolved by
crate::compiler::find_teenyc and the default cache directory. Set force to recompile
even if a cached artifact exists.