mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 11:47:13 +00:00

update target feature following LLVM API change
LLVM commit e817966718
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.