[all-commits] [llvm/llvm-project] a97f73: [libc++] Fix deployment targets that were incorrec...

Louis Dionne via All-commits all-commits at lists.llvm.org
Fri Apr 4 11:56:47 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a97f73405f8e074263a0ed2dd2b8c87c014f46d9
      https://github.com/llvm/llvm-project/commit/a97f73405f8e074263a0ed2dd2b8c87c014f46d9
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2025-04-04 (Fri, 04 Apr 2025)

  Changed paths:
    M libcxx/include/__configuration/availability.h

  Log Message:
  -----------
  [libc++] Fix deployment targets that were incorrectly bumped (#134278)

When I introduced the various `_LIBCPP_INTRODUCED_IN_LLVM_XY_ATTRIBUTE`
macros in 182f5e9b2f03, I tried to correlate them to the right OS
versions, but it seems that I made a few mistakes. This wasn't caught in
the CI because we don't test back-deployment that far.

rdar://148405946



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