Loading
buildMozillaMach: use llvmPackages_20 on aarch64-darwin
There's a bug in llvm 21 that makes Firefox crash on loading a PNG favicon that is being investigated in Mozilla bug tracker: https://bugzilla.mozilla.org/show_bug.cgi?id=1995582 While this is being fixed, switch to llvmPackages_20 for aarch64-darwin. (x86_64-darwin is not affected.) Note: this change will also affect Thunderbird. Though strictly speaking not a required change because we are not aware of a specific issue with Thunderbird (yet), I feel we may want to stick to the same LLVM for both types of Mozilla apps while this is being investigated. It also simplifies the code somewhat. Fixes #453372