about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis/src
diff options
context:
space:
mode:
authorNilstrieb <48135649+Nilstrieb@users.noreply.github.com>2024-02-20 15:13:52 +0100
committerGitHub <noreply@github.com>2024-02-20 15:13:52 +0100
commitc5d2159decaca7de690fbab85849b548b9c3775a (patch)
tree3963ca04e218e5bdf56c7e82ca9076961277d111 /compiler/rustc_pattern_analysis/src
parentf6b4080592920e2148dc853bdb07b08a3fd8dddb (diff)
parent9e68d89cc87c5413a6667bf553a80942804d444e (diff)
downloadrust-c5d2159decaca7de690fbab85849b548b9c3775a.tar.gz
rust-c5d2159decaca7de690fbab85849b548b9c3775a.zip
Rollup merge of #121278 - Nilstrieb:no-more-codegen, r=clubby789
Remove the "codegen" profile from bootstrap

This profile originally made sense when download-ci-llvm = if-unchanged didn't exist and we had the bad tradeoff of "never modify or always compile".

Thankfully, these grim times are over and we have discovered clean water, so the only differentiator between the two profiles is the codegen profile having LLVM assertions. Adding them doesn't cause that much of a slowdown, <10% on UI tests from an unscientific benchmark.

It also had LLVM warnings when compiling, which makes sense for every compiler contributor brave enough to compile LLVM.

The way I removed is by just issueing a nice error message. Given that everyone with this profile should be a contributor and not someone like a distro who is more upset when things break, this should be fine. If it isn't, we can always fall back to just letting codegen mean compiler.
Diffstat (limited to 'compiler/rustc_pattern_analysis/src')
0 files changed, 0 insertions, 0 deletions