diff options
author | Koakuma <koachan@protonmail.com> | 2025-08-13 23:26:36 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-13 23:26:36 +0700 |
commit | 8071d279fd97134f798699795dfb0b16747ce247 (patch) | |
tree | 7dbbcc204f4392011d98f6404a884837e63098e5 /llvm/lib/CodeGen/Analysis.cpp | |
parent | bfc331e54407085395b45d1bfb9b04833342acdf (diff) | |
download | llvm-8071d279fd97134f798699795dfb0b16747ce247.zip llvm-8071d279fd97134f798699795dfb0b16747ce247.tar.gz llvm-8071d279fd97134f798699795dfb0b16747ce247.tar.bz2 |
[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
Diffstat (limited to 'llvm/lib/CodeGen/Analysis.cpp')
0 files changed, 0 insertions, 0 deletions