10000
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 932cbd4 commit 6d3344fCopy full SHA for 6d3344f
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