Skip to content

Commit

Permalink
Update old comment referring to libcompiler_builtins
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalathar committed Aug 27, 2024
1 parent 932cbd4 commit 6d3344f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion profiler_builtins/build.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 6d3344f

Please sign in to comment.