wzssyqa wrote:

> For MIPSr6, it is just like AARCH64, since some microarchitecture doesn't 
> support mis-unaligned well in hardware level, so we need an options to 
> disable it: kernel may need it.
> 
> For GCC, we have `-mno-unalgined-access`. We need also add this option to 
> clang.

https://github.com/llvm/llvm-project/pull/85174
Add -m(no-)unaligned-access for MIPSr6.

https://github.com/llvm/llvm-project/pull/65742
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to