Implement dummy emit=llvm-ir
This commit is contained in:
parent
6afabceaa6
commit
de57533e56
@ -70,7 +70,8 @@ pub(crate) unsafe fn codegen(cgcx: &CodegenContext<GccCodegenBackend>, diag_hand
|
|||||||
}
|
}
|
||||||
|
|
||||||
if config.emit_ir {
|
if config.emit_ir {
|
||||||
unimplemented!();
|
let out = cgcx.output_filenames.temp_path(OutputType::LlvmAssembly, module_name);
|
||||||
|
std::fs::write(out, "").expect("write file");
|
||||||
}
|
}
|
||||||
|
|
||||||
if config.emit_asm {
|
if config.emit_asm {
|
||||||
|
Loading…
Reference in New Issue
Block a user