Update old comment referring to libcompiler_builtins · patricklam/verify-rust-std@6d3344f (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 6d3344f

Update old comment referring to libcompiler_builtins

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 3 additions & 1 deletion

Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
1 1 //! Compiles the profiler part of the `compiler-rt` library.
2 2 //!
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.
4 6
5 7 use std::env;
6 8 use std::path::PathBuf;