You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO(antoyo): Send -plugin/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/liblto_plugin.so to linker (this should be done when specifying the appropriate rustc cli argument).
74
80
context
75
81
.compile_to_file(OutputKind::ObjectFile, bc_out.to_str().expect("path to str"));
@@ -78,14 +84,20 @@ pub(crate) unsafe fn codegen(
78
84
79
85
if config.emit_ir{
80
86
let out = cgcx.output_filenames.temp_path(OutputType::LlvmAssembly, module_name);
0 commit comments