You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apacheGH-44372: [C++] Fix unaligned load/store implementation for clang-18
CLang 18 complains about undefined behavior when memcpy is called on a T-unaligned `T*` pointer.
Workaround by casting to `void*`.
This is due to this upstream change: llvm/llvm-project#67766
0 commit comments