rust/compiler/rustc_metadata
bors ed33787335 Auto merge of #85284 - eggyal:custom-profiler-runtime, r=jackh726
Provide option for specifying the profiler runtime

Currently, if `-Zinstrument-coverage` is enabled, the target is linked
against the `library/profiler_builtins` crate (which pulls in LLVM's
compiler-rt runtime).

This option enables backends to specify an alternative runtime crate for
handling injected instrumentation calls.
2021-06-18 04:39:01 +00:00
..
src Auto merge of #85284 - eggyal:custom-profiler-runtime, r=jackh726 2021-06-18 04:39:01 +00:00
Cargo.toml Add an Mmap wrapper to rustc_data_structures 2021-03-30 18:57:03 +02:00