Skip to content

Commit 6d3344f

Browse files
committed
Update old comment referring to libcompiler_builtins
1 parent 932cbd4 commit 6d3344f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: profiler_builtins/build.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
//! Compiles the profiler part of the `compiler-rt` library.
22
//!
3-
//! See the build.rs for libcompiler_builtins crate for details.
3+
//! Loosely based on:
4+
//! - LLVM's `compiler-rt/lib/profile/CMakeLists.txt`
5+
//! - <https://github.com/rust-lang/compiler-builtins/blob/master/build.rs>.
46
57
use std::env;
68
use std::path::PathBuf;

0 commit comments

Comments
 (0)