[all-commits] [llvm/llvm-project] 395ef8: [🍒][libc++] Rename include/support to include/__su...

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Feb 8 10:49:58 PST 2021


  Branch: refs/heads/release/12.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 395ef8d5c67905646b72dd5ef2d8eb60cabb8634
      https://github.com/llvm/llvm-project/commit/395ef8d5c67905646b72dd5ef2d8eb60cabb8634
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-02-08 (Mon, 08 Feb 2021)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__locale
    A libcxx/include/__support/android/locale_bionic.h
    A libcxx/include/__support/fuchsia/xlocale.h
    A libcxx/include/__support/ibm/limits.h
    A libcxx/include/__support/ibm/locale_mgmt_aix.h
    A libcxx/include/__support/ibm/nanosleep.h
    A libcxx/include/__support/ibm/support.h
    A libcxx/include/__support/ibm/xlocale.h
    A libcxx/include/__support/musl/xlocale.h
    A libcxx/include/__support/newlib/xlocale.h
    A libcxx/include/__support/nuttx/xlocale.h
    A libcxx/include/__support/openbsd/xlocale.h
    A libcxx/include/__support/solaris/floatingpoint.h
    A libcxx/include/__support/solaris/wchar.h
    A libcxx/include/__support/solaris/xlocale.h
    A libcxx/include/__support/win32/limits_msvc_win32.h
    A libcxx/include/__support/win32/locale_win32.h
    A libcxx/include/__support/xlocale/__nop_locale_mgmt.h
    A libcxx/include/__support/xlocale/__posix_l_fallback.h
    A libcxx/include/__support/xlocale/__strtonum_fallback.h
    M libcxx/include/__threading_support
    M libcxx/include/bit
    M libcxx/include/limits
    R libcxx/include/support/android/locale_bionic.h
    R libcxx/include/support/fuchsia/xlocale.h
    R libcxx/include/support/ibm/limits.h
    R libcxx/include/support/ibm/locale_mgmt_aix.h
    R libcxx/include/support/ibm/nanosleep.h
    R libcxx/include/support/ibm/support.h
    R libcxx/include/support/ibm/xlocale.h
    R libcxx/include/support/musl/xlocale.h
    R libcxx/include/support/newlib/xlocale.h
    R libcxx/include/support/nuttx/xlocale.h
    R libcxx/include/support/openbsd/xlocale.h
    R libcxx/include/support/solaris/floatingpoint.h
    R libcxx/include/support/solaris/wchar.h
    R libcxx/include/support/solaris/xlocale.h
    R libcxx/include/support/win32/limits_msvc_win32.h
    R libcxx/include/support/win32/locale_win32.h
    R libcxx/include/support/xlocale/__nop_locale_mgmt.h
    R libcxx/include/support/xlocale/__posix_l_fallback.h
    R libcxx/include/support/xlocale/__strtonum_fallback.h
    M libcxx/src/CMakeLists.txt
    M libcxx/src/locale.cpp
    M libcxx/src/support/solaris/xlocale.cpp
    M libcxx/src/support/win32/locale_win32.cpp
    M libcxx/src/support/win32/support.cpp
    M libcxx/src/support/win32/thread_win32.cpp
    M llvm/utils/gn/secondary/libcxx/include/BUILD.gn

  Log Message:
  -----------
  [🍒][libc++] Rename include/support to include/__support

We do ship those headers, so the directory name should not be something
that can potentially conflict with user-defined directories.

This is a cherry-pick of b51756819a85563ae063e98eeb3d6af8e44c8f64.

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


  Commit: bc39d53d9a4f1ed7c903648f3fd408296fd55c95
      https://github.com/llvm/llvm-project/commit/bc39d53d9a4f1ed7c903648f3fd408296fd55c95
  Author: Reid Kleckner <rnk at google.com>
  Date:   2021-02-08 (Mon, 08 Feb 2021)

  Changed paths:
    M libcxx/include/memory

  Log Message:
  -----------
  [🍒]Disable CFI in __get_elem to allow casting a pointer to uninitialized memory

Fixes usage of shared_ptr with CFI enabled, which is llvm.org/pr48993.

(cherry pick of commit bab74864168bb5e28ecbc0294fe1095d8da7f569)

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


  Commit: 251f3295b498b699aa2b926167a788a6b6dbc033
      https://github.com/llvm/llvm-project/commit/251f3295b498b699aa2b926167a788a6b6dbc033
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-02-08 (Mon, 08 Feb 2021)

  Changed paths:
    M libcxx/src/atomic.cpp

  Log Message:
  -----------
  [🍒][libc++] Fix libcxx build on 32bit architectures with 64bit time_t defaults e.g. riscv32

Patch by Khem Raj.

(cherry pick of commit 85b9c5ccc172a1e61c7ecaaec4752587cb6f1e26)

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


Compare: https://github.com/llvm/llvm-project/compare/716eef9ad5b3...251f3295b498


More information about the All-commits mailing list