Files
rust/src/tools
bors 7c71bc3208 Auto merge of #60262 - michaelwoerister:pgo-preinlining-pass, r=alexcrichton
PGO: Add a run-make test that makes sure that PGO profiling data is used by the compiler during optimizations.

From the tests comment section:
```
# This test makes sure that PGO profiling data leads to cold functions being
# marked as `cold` and hot functions with `inlinehint`.
# The test program contains an `if` were actual execution only ever takes the
# `else` branch. Accordingly, we expect the function that is never called to
# be marked as cold.
```

r? @alexcrichton
2019-04-30 19:52:13 +00:00
..
2019-04-23 21:39:27 -07:00
2019-04-29 22:37:00 -07:00
2019-04-27 08:34:08 -07:00
2019-04-18 18:06:39 +02:00
2019-04-27 18:07:41 +09:00