[libcxx-commits] [PATCH] D110103: [libc++abi] Remove unnecessary atomic_support.h header from libc++abi
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 20 12:56:41 PDT 2021
ldionne created this revision.
ldionne added a reviewer: chandlerc.
ldionne requested review of this revision.
Herald added a project: libc++abi.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++abi.
The file was a duplicate of atomic_support.h in libc++. Since we now
require the libc++ sources in order to build libc++abi, it's OK to
remove this duplication.
Thanks to @chandlerc for noticing this.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D110103
Files:
libcxxabi/src/cxa_default_handlers.cpp
libcxxabi/src/cxa_exception.cpp
libcxxabi/src/cxa_guard_impl.h
libcxxabi/src/cxa_handlers.cpp
libcxxabi/src/include/atomic_support.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110103.373700.patch
Type: text/x-patch
Size: 7509 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210920/d182e401/attachment.bin>
More information about the libcxx-commits
mailing list