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.