[all-commits] [llvm/llvm-project] 638997: [libc++] Don't use aligned_alloc on iOS versions b...

Un1q32 via All-commits all-commits at lists.llvm.org
Fri Sep 27 13:12:08 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 63899748738ce7449e46eebb1aeb7909f2fdea2b
      https://github.com/llvm/llvm-project/commit/63899748738ce7449e46eebb1aeb7909f2fdea2b
  Author: Un1q32 <joey.t.reinhart at gmail.com>
  Date:   2024-09-27 (Fri, 27 Sep 2024)

  Changed paths:
    M libcxx/include/__config

  Log Message:
  -----------
  [libc++] Don't use aligned_alloc on iOS versions before 13 (#110315)

There's a check here to not use aligned_alloc on macOS versions before
10.15, this patch adds an equivalent check that tests for iOS 13.



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