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 546953a commit 14f9f2aCopy full SHA for 14f9f2a
tests/run-make/pgo-branch-weights/rmake.rs
@@ -7,7 +7,6 @@
7
// If the test passes, the expected function call count was added to the use-phase LLVM-IR.
8
// See https://github.com/rust-lang/rust/pull/66631
9
10
-
11
// FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
12
// properly. Since we only have GCC on the CI ignore the test for now.
13
@@ -17,6 +16,7 @@
17
16
18
use std::io::{self, Write};
19
use std::process::Command;
+use run_make_support::{llvm_profdata, rustc, rustdoc, tmp_dir};
20
21
fn main() {
22
// For some very small programs GNU ld seems to not properly handle
0 commit comments