[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
Tue May 2 15:16:55 PDT 2023
francii updated this revision to Diff 518880.
francii added a comment.
Add `--only-stdlib-symbols` option to `generate_abi_list.py`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148753/new/
https://reviews.llvm.org/D148753
Files:
libcxx/lib/abi/CMakeLists.txt
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
runtimes/utils/generate_abi_list.py
runtimes/utils/sym_check/__init__.py
runtimes/utils/sym_check/diff.py
runtimes/utils/sym_check/extract.py
runtimes/utils/sym_check/match.py
runtimes/utils/sym_check/util.py
runtimes/utils/sym_diff.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148753.518880.patch
Type: text/x-patch
Size: 5727 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230502/36df1866/attachment-0001.bin>
More information about the libcxx-commits
mailing list