We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a9e10 commit aeb3df7Copy full SHA for aeb3df7
src/ci/pgo.sh
@@ -47,12 +47,6 @@ python3 ../x.py build --target=$PGO_HOST --host=$PGO_HOST \
47
--stage 2 library/std \
48
--llvm-profile-generate
49
50
-# Profile libcore compilation in opt-level=0 and opt-level=3
51
-RUSTC_BOOTSTRAP=1 ./build/$PGO_HOST/stage2/bin/rustc \
52
- --edition=2021 --crate-type=lib ../library/core/src/lib.rs
53
54
- --edition=2021 --crate-type=lib -Copt-level=3 ../library/core/src/lib.rs
55
-
56
# Compile rustc perf
57
cp -r /tmp/rustc-perf ./
58
chown -R $(whoami): ./rustc-perf
0 commit comments