]> git.lizzy.rs Git - rust.git/commit
msp430: remove the whole Atomic* API
authorJorge Aparicio <jorge@japaric.io>
Sun, 28 Oct 2018 18:03:45 +0000 (19:03 +0100)
committerJorge Aparicio <jorge@japaric.io>
Sun, 28 Oct 2018 18:03:45 +0000 (19:03 +0100)
commit8255671ac83188f6ddd840461a8b853927a2842e
tree7cb022fd5ec77471fb4a93f84f4bf618ffd2f297
parentcae6efc37d70ab7d353e6ab9ce229d59a65ed643
msp430: remove the whole Atomic* API

PR #51953 enabled the Atomic*.{load,store} API on MSP430. Unfortunately, the
LLVM backend doesn't currently support those atomic operations, so this commit
removes the API and leaves instructions on how and when to enable it in the
future.
src/librustc_target/spec/msp430_none_elf.rs