rust/library/profiler_builtins
Josh Stone d0b58f40a0 Allow using external builds of the compiler-rt profile lib
This changes the bootstrap config `target.*.profiler` from a plain bool
to also allow a string, which will be used as a path to the pre-built
profiling runtime for that target. Then `profiler_builtins/build.rs`
reads that in a `LLVM_PROFILER_RT_LIB` environment variable.
2023-07-25 13:11:50 -07:00
..
src Fully stabilize NLL 2022-06-03 17:16:41 -04:00
build.rs Allow using external builds of the compiler-rt profile lib 2023-07-25 13:11:50 -07:00
Cargo.toml Switch all libraries to the 2021 edition 2021-12-23 19:03:47 +08:00