mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
26fdfa124c
I ignored AtomicU64 methods on MIPS target because libgcc doesn't implement MIPS32 64-bit atomic operations. Otherwise it would cause link failure. By the way, the patched LLVM doesn't have MIPS split stack anymore. Should I file an issue about that?