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 14
14
//@ ignore-windows-gnu
15
15
//@ ignore-cross-compile
16
16
17
+ use run_make_support:: { llvm_profdata, rustc, rustdoc, tmp_dir} ;
17
18
use std:: io:: { self , Write } ;
18
19
use std:: process:: Command ;
19
- use run_make_support:: { llvm_profdata, rustc, rustdoc, tmp_dir} ;
20
20
21
21
fn main ( ) {
22
22
// For some very small programs GNU ld seems to not properly handle
23
23
// instrumentation sections correctly. Neither Gold nor LLD have that
24
- // problem.use run_make_support::{run, rustc, tmp_dir};
24
+ // problem.
25
25
let common_flags = if env:: consts:: OS == "linux"
26
26
&& env:: var ( "TARGET" ) . unwrap_or_default ( ) . contains ( "x86" ) {
27
27
"-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