[all-commits] [llvm/llvm-project] 080a2f: [WIP] [clang] Align cleanup structs to prevent SIG...
Koakuma via All-commits
all-commits at lists.llvm.org
Tue Aug 26 02:37:06 PDT 2025
Branch: refs/heads/release/21.x
Home: https://github.com/llvm/llvm-project
Commit: 080a2f89843f5af8c03bc46466c9ac5fea943e0f
https://github.com/llvm/llvm-project/commit/080a2f89843f5af8c03bc46466c9ac5fea943e0f
Author: Koakuma <koachan at protonmail.com>
Date: 2025-08-26 (Tue, 26 Aug 2025)
Changed paths:
M clang/include/clang/AST/APValue.h
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/CodeGen/EHScopeStack.h
Log Message:
-----------
[WIP] [clang] Align cleanup structs to prevent SIGBUS on sparc32 (#152866)
The cleanup structs expect that pointers and (u)int64_t have the same
alignment requirements, which isn't true on sparc32, which causes
SIGBUSes.
See also: https://github.com/llvm/llvm-project/issues/66620
(cherry picked from commit 8071d279fd97134f798699795dfb0b16747ce247)
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