We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
libcompiler_builtins
1 parent bf662eb commit 2c141a4Copy full SHA for 2c141a4
library/profiler_builtins/build.rs
@@ -1,6 +1,8 @@
1
//! Compiles the profiler part of the `compiler-rt` library.
2
//!
3
-//! See the build.rs for libcompiler_builtins crate for details.
+//! Loosely based on:
4
+//! - LLVM's `compiler-rt/lib/profile/CMakeLists.txt`
5
+//! - <https://github.com/rust-lang/compiler-builtins/blob/master/build.rs>.
6
7
use std::env;
8
use std::path::PathBuf;
0 commit comments