[libcxx-commits] [PATCH] D148753: [libcxx] move abi symbol checker logic to generic location
Michael Francis via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Apr 19 16:03:32 PDT 2023
francii created this revision.
Herald added a subscriber: arichardson.
Herald added a project: All.
francii requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Ultimately, the goal is to have the abi symbol checker support other runtimes (libunwind, libc++abi). The first step to this transition is to take the existing libcxx logic and make it more generic. This patch moves the files out of the `libcxx` directory.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D148753
Files:
libcxx/utils/generate_abi_list.py
libcxx/utils/libcxx/sym_check/__init__.py
libcxx/utils/libcxx/sym_check/diff.py
libcxx/utils/libcxx/sym_check/extract.py
libcxx/utils/libcxx/sym_check/match.py
libcxx/utils/libcxx/sym_check/util.py
libcxx/utils/sym_diff.py
utils/generate_abi_list.py
utils/sym_check/__init__.py
utils/sym_check/diff.py
utils/sym_check/extract.py
utils/sym_check/match.py
utils/sym_check/util.py
utils/sym_diff.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148753.515117.patch
Type: text/x-patch
Size: 4281 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230419/167d96f5/attachment.bin>
More information about the libcxx-commits
mailing list