Skip to content

Commit ecf9534

Browse files
committed
cleanup
1 parent 141ff18 commit ecf9534

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
@@ -946,7 +946,6 @@ impl Step for OmpOffload {
946946
let out_dir = builder.llvm_out(target).join("offload-outdir");
947947
if std::fs::exists(&out_dir).is_ok_and(|x| x == false) {
948948
std::fs::DirBuilder::new().create(&out_dir).unwrap();
949-
dbg!("Created out subdir!");
950949
}
951950

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

0 commit comments

Comments
 (0)