diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2024-08-27 15:22:15 +1000 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2024-08-27 15:22:35 +1000 |
| commit | 2c141a454249ea0edbab2f4697eb634063e8b032 (patch) | |
| tree | a59a93360c4528981b2d834abced1561505a329b | |
| parent | bf662eb80838008acabc307dd64d84935ce3a20d (diff) | |
| download | rust-2c141a454249ea0edbab2f4697eb634063e8b032.tar.gz rust-2c141a454249ea0edbab2f4697eb634063e8b032.zip | |
Update old comment referring to `libcompiler_builtins`
| -rw-r--r-- | library/profiler_builtins/build.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/library/profiler_builtins/build.rs b/library/profiler_builtins/build.rs index c1e0e5c1c89..b57f1187f83 100644 --- a/library/profiler_builtins/build.rs +++ b/library/profiler_builtins/build.rs @@ -1,6 +1,8 @@ //! Compiles the profiler part of the `compiler-rt` library. //! -//! See the build.rs for libcompiler_builtins crate for details. +//! Loosely based on: +//! - LLVM's `compiler-rt/lib/profile/CMakeLists.txt` +//! - <https://github.com/rust-lang/compiler-builtins/blob/master/build.rs>. use std::env; use std::path::PathBuf; |
