[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
Tue Sep 21 14:40:27 PDT 2021


ldionne updated this revision to Diff 374036.
ldionne added a comment.
Herald added a subscriber: mgorny.
Herald added a project: libc++.
Herald added a reviewer: libc++.
This revision now requires review to proceed.

Fix the single-threaded build and the modules build.

@chandlerc I am standardizing around using `#include "include/FILE.h" // from libc++` instead of
`#include "src/include/FILE.h"` because having libc++'s root in the header search path breaks
modular builds (due to conflicting modulemaps in the generated `<build>/include/c++/v1` and `<src>/include`).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110103/new/

https://reviews.llvm.org/D110103

Files:
  libcxx/src/include/atomic_support.h
  libcxxabi/src/CMakeLists.txt
  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
  libcxxabi/src/stdlib_stdexcept.cpp
  libcxxabi/test/libcxxabi/test/config.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110103.374036.patch
Type: text/x-patch
Size: 9599 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210921/78027bfb/attachment-0001.bin>


More information about the libcxx-commits mailing list