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