Skip to content

Commit ab3e907

Browse files
committed
Add fixme
1 parent 0bef691 commit ab3e907

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_system/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ fn main() {
185185
env::set_var("RUSTDOC", "rustdoc_should_be_set_explicitly");
186186

187187
let cg_clif_dylib = if use_existing_backend {
188+
// FIXME also allow using llvm for comparison purposes
188189
CodegenBackend::Builtin("cranelift".to_owned())
189190
} else {
190191
CodegenBackend::Local(build_backend::build_backend(

0 commit comments

Comments
 (0)