]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #91340 - cr1901:no-atomic, r=Mark-Simulacrum
authorMatthias Krüger <matthias.krueger@famsik.de>
Tue, 30 Nov 2021 22:43:31 +0000 (23:43 +0100)
committerGitHub <noreply@github.com>
Tue, 30 Nov 2021 22:43:31 +0000 (23:43 +0100)
commitbc929f940426bac7e7d6fc42c7012e04905213ce
tree2f4da5fbe70290384763efc47309a73e7eb28238
parentdc78cd4c61c6c8f32ae7aea11b0965e208bd9d28
parente500eb69508a6e65880db3618399c89ed276f34e
Rollup merge of #91340 - cr1901:no-atomic, r=Mark-Simulacrum

Bump compiler_builtins to 0.1.55 to bring in fixes for targets lackin…

…g atomic support.

This fixes a "Cannot select" LLVM error when compiling `compiler_builtins` for targets lacking atomics, like MSP430. Se https://github.com/rust-lang/compiler-builtins/issues/441 for more info. This PR is a more general version of #91248.