Skip to content

Commit 14f9f2a

Browse files
committed
add import and tidy fix
1 parent 546953a commit 14f9f2a

File tree

1 file changed

+1
-1
lines changed
  • tests/run-make/pgo-branch-weights

1 file changed

+1
-1
lines changed

tests/run-make/pgo-branch-weights/rmake.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
// If the test passes, the expected function call count was added to the use-phase LLVM-IR.
88
// See https://github.com/rust-lang/rust/pull/66631
99

10-
1110
// FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
1211
// properly. Since we only have GCC on the CI ignore the test for now.
1312

@@ -17,6 +16,7 @@
1716

1817
use std::io::{self, Write};
1918
use std::process::Command;
19+
use run_make_support::{llvm_profdata, rustc, rustdoc, tmp_dir};
2020

2121
fn main() {
2222
// For some very small programs GNU ld seems to not properly handle

0 commit comments

Comments
 (0)