1pub mod ci;
4pub mod drop_bomb;
5pub mod fs;
6pub mod git;
7pub mod metrics;
8pub mod stage0_parser;
9pub mod targets;
10pub mod util;
11
12pub const LLVM_PGO_CRATES: &[&str] = &[
14 "syn-2.0.101",
15 "cargo-0.87.1",
16 "serde-1.0.219",
17 "ripgrep-14.1.1",
18 "regex-automata-0.4.8",
19 "clap_derive-4.5.32",
20 "hyper-1.6.0",
21];
22
23pub const RUSTC_PGO_CRATES: &[&str] = &[
25 "externs",
26 "ctfe-stress-5",
27 "cargo-0.87.1",
28 "token-stream-stress",
29 "match-stress",
30 "tuple-stress",
31 "diesel-2.2.10",
32 "bitmaps-3.2.1",
33 "serde-1.0.219-new-solver",
34];