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 6e83fa1 commit 0d26ab3Copy full SHA for 0d26ab3
src/bootstrap/src/core/build_steps/llvm.rs
@@ -947,7 +947,6 @@ impl Step for OmpOffload {
947
let out_dir = builder.llvm_out(target).join("offload-outdir");
948
if std::fs::exists(&out_dir).is_ok_and(|x| x == false) {
949
std::fs::DirBuilder::new().create(&out_dir).unwrap();
950
- dbg!("Created out subdir!");
951
}
952
953
// Offload/OpenMP are just subfolders of LLVM, so we can use the LLVM sha.
0 commit comments