[all-commits] [llvm/llvm-project] d2e868: [libc++] Re-apply the use of ABI tags to provide p...

Louis Dionne via All-commits all-commits at lists.llvm.org
Fri Jul 8 05:38:59 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d2e86866be0f17295c5f677333c2a9952e259dd7
      https://github.com/llvm/llvm-project/commit/d2e86866be0f17295c5f677333c2a9952e259dd7
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2022-07-08 (Fri, 08 Jul 2022)

  Changed paths:
    M libcxx/CMakeLists.txt
    M libcxx/cmake/caches/Apple.cmake
    M libcxx/docs/BuildingLibcxx.rst
    M libcxx/docs/DesignDocs/VisibilityMacros.rst
    M libcxx/docs/ReleaseNotes.rst
    M libcxx/include/__config
    M libcxx/include/__config_site.in
    R libcxx/test/libcxx/strings/basic.string/PR42676.sh.cpp
    M lldb/packages/Python/lldbsuite/test/make/Makefile.rules
    M llvm/utils/gn/secondary/libcxx/include/BUILD.gn

  Log Message:
  -----------
  [libc++] Re-apply the use of ABI tags to provide per-TU insulation

This commit re-applies 9ee97ce3b830, which was reverted by 61d417ce
because it broke the LLDB data formatter tests. It also re-applies
6148c79a (the manual GN change associated to it).

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




More information about the All-commits mailing list