We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1311f commit 8f0abf1Copy full SHA for 8f0abf1
src/back/write.rs
@@ -52,7 +52,6 @@ pub(crate) fn codegen(
52
);
53
}*/
54
55
- // TODO: only emit if libgccjit is compiled with LTO enabled?
56
if config.emit_bc || config.emit_obj == EmitObj::Bitcode {
57
let _timer = cgcx
58
.prof
0 commit comments