mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 09:07:19 +00:00
Directly use raw pointers in `AtomicPtr` store/load I was unable to find any reason for this limitation in the latest source of LLVM or in the documentation [here](http://llvm.org/docs/Atomics.html#libcalls-atomic). fixes https://github.com/rust-lang/miri/issues/1574
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.