[all-commits] [llvm/llvm-project] c7ee0b: [Clang] Fix the guaranteed alignment of memory ret...
kettenis via All-commits
all-commits at lists.llvm.org
Thu Apr 21 23:04:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c7ee0b8bda8b32a800bc01e9151b364446a6e1b1
https://github.com/llvm/llvm-project/commit/c7ee0b8bda8b32a800bc01e9151b364446a6e1b1
Author: Mark Kettenis <mark.kettenis at xs4all.nl>
Date: 2022-04-22 (Fri, 22 Apr 2022)
Changed paths:
M clang/lib/Basic/TargetInfo.cpp
M clang/test/Preprocessor/init-arm.c
M clang/test/Preprocessor/init-ppc.c
M clang/test/Preprocessor/init-x86.c
Log Message:
-----------
[Clang] Fix the guaranteed alignment of memory returned by malloc/new on OpenBSD
The guaranteed alignment is 16 bytes on OpenBSD.
More information about the All-commits
mailing list