[all-commits] [llvm/llvm-project] e31462: [clang][driver] Allow unaligned access on ARMv7 an...
Paul Kirth via All-commits
all-commits at lists.llvm.org
Thu Feb 22 14:26:24 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e314622f204a01ffeda59cbe046dd403b01f8b74
https://github.com/llvm/llvm-project/commit/e314622f204a01ffeda59cbe046dd403b01f8b74
Author: Paul Kirth <paulkirth at google.com>
Date: 2024-02-22 (Thu, 22 Feb 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Driver/ToolChains/Arch/ARM.cpp
M clang/test/Driver/arm-alignment.c
Log Message:
-----------
[clang][driver] Allow unaligned access on ARMv7 and higher by default (#82400)
ARM's Clang and GCC embedded compilers default to allowing unaligned
access for ARMv7+. This patch changes the Clang driver default to match.
Users can opt out with `-mno-unaligned-access`.
Fixes #59560
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list