Skip to content

Commit 0d26ab3

Browse files
committed
cleanup
1 parent 6e83fa1 commit 0d26ab3

File tree

1 file changed

+0
-1
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+0
-1
lines changed

src/bootstrap/src/core/build_steps/llvm.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,6 @@ impl Step for OmpOffload {
947947
let out_dir = builder.llvm_out(target).join("offload-outdir");
948948
if std::fs::exists(&out_dir).is_ok_and(|x| x == false) {
949949
std::fs::DirBuilder::new().create(&out_dir).unwrap();
950-
dbg!("Created out subdir!");
951950
}
952951

953952
// Offload/OpenMP are just subfolders of LLVM, so we can use the LLVM sha.

0 commit comments

Comments
 (0)