Update old comment referring to libcompiler_builtins
This commit is contained in:
parent
bf662eb808
commit
2c141a4542
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue