[libc++] Make it easier to re-generate the ABI lists
authorLouis Dionne <ldionne@apple.com>
Wed, 30 Sep 2020 20:30:04 +0000 (16:30 -0400)
committerLouis Dionne <ldionne@apple.com>
Mon, 2 Nov 2020 16:36:35 +0000 (11:36 -0500)
commitb128373eb85e3f3813c2d71ece1999046d6aff54
tree86e5ba24277fcdceb95ba7e9b4b2d86001ce9068
parent327bf5c2d910a500f73a8fd980c1118dd3452387
[libc++] Make it easier to re-generate the ABI lists

Instead of having to remember the command-line to use every time, this
commit adds a CMake target to generate the ABI list in the current
configuration, if it is supported.

As a fly-by change, remove scripts that are now unused (sym_match.py
and sym_extract.py).
libcxx/lib/abi/CMakeLists.txt
libcxx/lib/abi/README.TXT
libcxx/utils/generate_abi_list.py [new file with mode: 0755]
libcxx/utils/sym_extract.py [deleted file]
libcxx/utils/sym_match.py [deleted file]