File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/run-make/pgo-branch-weights Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414//@ ignore-windows-gnu
1515//@ ignore-cross-compile
1616
17+ use run_make_support:: { llvm_profdata, rustc, rustdoc, tmp_dir} ;
1718use std:: io:: { self , Write } ;
1819use std:: process:: Command ;
19- use run_make_support:: { llvm_profdata, rustc, rustdoc, tmp_dir} ;
2020
2121fn main ( ) {
2222 // For some very small programs GNU ld seems to not properly handle
2323 // instrumentation sections correctly. Neither Gold nor LLD have that
24- // problem.use run_make_support::{run, rustc, tmp_dir};
24+ // problem.
2525 let common_flags = if env:: consts:: OS == "linux"
2626 && env:: var ( "TARGET" ) . unwrap_or_default ( ) . contains ( "x86" ) {
2727 "-Clink-args=-fuse-ld=gold" // FIXME, Why was there a comma at the start?
You can’t perform that action at this time.
0 commit comments