Update old comment referring to libcompiler_builtins
· patricklam/verify-rust-std@6d3344f (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
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; |