Skip to content

Commit d6e1097

Browse files
committed
replace todo by fixme
1 parent 9052c57 commit d6e1097

File tree

1 file changed

+2
-2
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+2
-2
lines changed

Diff for: src/bootstrap/src/core/build_steps/llvm.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ impl Step for Llvm {
529529
}
530530
};
531531

532-
// Manuel: TODO: Do we need that for Enzyme too?
532+
// FIXME(ZuseZ4): Do we need that for Enzyme too?
533533
// When building LLVM with LLVM_LINK_LLVM_DYLIB for macOS, an unversioned
534534
// libLLVM.dylib will be built. However, llvm-config will still look
535535
// for a versioned path like libLLVM-14.dylib. Manually create a symbolic
@@ -893,7 +893,7 @@ impl Step for Enzyme {
893893

894894
builder.update_submodule(Path::new("src").join("tools").join("enzyme").to_str().unwrap());
895895
let mut cfg = cmake::Config::new(builder.src.join("src/tools/enzyme/enzyme/"));
896-
// TODO: Find a nicer way to use Enzyme Debug builds
896+
// FIXME(ZuseZ4): Find a nicer way to use Enzyme Debug builds
897897
//cfg.profile("Debug");
898898
//cfg.define("CMAKE_BUILD_TYPE", "Debug");
899899
configure_cmake(builder, target, &mut cfg, true, LdFlags::default(), &[]);

0 commit comments

Comments
 (0)