[all-commits] [llvm/llvm-project] f8b1cc: [libc++abi] Remove unnecessary atomic_support.h he...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Sep 21 16:55:38 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8b1cc36578608f2f840d7ea8b0aa9b28fdaa492
https://github.com/llvm/llvm-project/commit/f8b1cc36578608f2f840d7ea8b0aa9b28fdaa492
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-09-21 (Tue, 21 Sep 2021)
Changed paths:
M libcxx/src/include/atomic_support.h
M libcxxabi/src/CMakeLists.txt
M libcxxabi/src/cxa_default_handlers.cpp
M libcxxabi/src/cxa_exception.cpp
M libcxxabi/src/cxa_guard_impl.h
M libcxxabi/src/cxa_handlers.cpp
R libcxxabi/src/include/atomic_support.h
M libcxxabi/src/stdlib_stdexcept.cpp
M libcxxabi/test/libcxxabi/test/config.py
Log Message:
-----------
[libc++abi] Remove unnecessary atomic_support.h header from 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.
Differential Revision: https://reviews.llvm.org/D110103
More information about the All-commits
mailing list