[clang] [clang] Better bitfield access units (PR #65742)

Lu Weining via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 21 16:54:04 PST 2024


SixWeining wrote:

> For GCC, we have `-mno-unalgined-access`. We need also add this option to clang.

`-mno-unalgined-access` has been added since clang17: https://reviews.llvm.org/D149946

https://github.com/llvm/llvm-project/pull/65742


More information about the cfe-commits mailing list