pub fn output_to_file( compile_result: &CompileResult, output_ll: &Path, ) -> Result<(), Error>
Outputs the given compile result to a llvm ir file.