[all-commits] [llvm/llvm-project] b0f1a4: [libc++abi] NFC: Move AtomicInt to cxa_guard_impl.h

Louis Dionne via All-commits all-commits at lists.llvm.org
Thu Mar 12 15:27:12 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b0f1a4e7dffcd41a1ca46c16cefad9545ce159f3
      https://github.com/llvm/llvm-project/commit/b0f1a4e7dffcd41a1ca46c16cefad9545ce159f3
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-03-12 (Thu, 12 Mar 2020)

  Changed paths:
    M libcxxabi/src/cxa_guard_impl.h
    M libcxxabi/src/include/atomic_support.h

  Log Message:
  -----------
  [libc++abi] NFC: Move AtomicInt to cxa_guard_impl.h

Since the atomic_support.h header of libc++abi is considered technical
debt (since we should use libc++'s), it's better not to add new
definitions to it, which makes it diverge from the original libc++
header even more.

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




More information about the All-commits mailing list