[libcxx-commits] [PATCH] D88623: [libc++] Simplify how we re-export symbols from libc++abi

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 30 16:32:14 PDT 2020


ldionne created this revision.
Herald added subscribers: libcxx-commits, dexonsmith, jkorous, mgorny.
Herald added projects: libc++, libc++abi.
Herald added a reviewer: libc++.
Herald added a reviewer: libc++abi.
ldionne requested review of this revision.

Instead of managing two copies of the symbol lists, reuse the same list
in libc++abi and libc++.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D88623

Files:
  libcxx/lib/abi/CHANGELOG.TXT
  libcxx/lib/abi/x86_64-apple-darwin.v1.abilist
  libcxx/lib/libc++abi-exceptions.exp
  libcxx/lib/libc++abi-exceptions.sjlj.exp
  libcxx/lib/libc++abi-new-delete.exp
  libcxx/src/CMakeLists.txt
  libcxxabi/src/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88623.295434.patch
Type: text/x-patch
Size: 6161 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200930/ab41a97b/attachment-0001.bin>


More information about the libcxx-commits mailing list