[all-commits] [llvm/llvm-project] aade0e: Fix the guaranteed alignment of memory returned by...

Akira Hatanaka via All-commits all-commits at lists.llvm.org
Wed Feb 3 19:41:32 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aade0ec23b5986a9c478c4093d029a5db8a2c012
      https://github.com/llvm/llvm-project/commit/aade0ec23b5986a9c478c4093d029a5db8a2c012
  Author: Akira Hatanaka <ahatanaka at apple.com>
  Date:   2021-02-03 (Wed, 03 Feb 2021)

  Changed paths:
    M clang/lib/Basic/TargetInfo.cpp
    M clang/test/Preprocessor/init-aarch64.c
    M clang/test/Preprocessor/init-arm.c

  Log Message:
  -----------
  Fix the guaranteed alignment of memory returned by malloc/new on Darwin

The guaranteed alignment is 16 bytes on Darwin.

rdar://73431623

Differential Revision: https://reviews.llvm.org/D95910




More information about the All-commits mailing list