mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-26 23:37:01 +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.