mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
85c9de9799
update target feature following LLVM API change LLVM commit https://github.com/llvm/llvm-project/commit/e81796671890b59c110f8e41adc7ca26f8484d20 renamed* the `unaligned-scalar-mem` target feature to `fast-unaligned-access`. (*) technically the commit folded two previous features into one, but there are no references to the other one in rust.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.