Update old comment referring to libcompiler_builtins

This commit is contained in:
Zalathar 2024-08-27 15:22:15 +10:00
parent bf662eb808
commit 2c141a4542

View File

@ -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;