[libc++] Formalize what configurations are covered by the ABI lists
authorLouis Dionne <ldionne.2@gmail.com>
Thu, 26 Nov 2020 20:00:42 +0000 (15:00 -0500)
committerLouis Dionne <ldionne.2@gmail.com>
Fri, 27 Nov 2020 15:01:07 +0000 (10:01 -0500)
commitda1b50d7df213a3eaf583d576b8d7d2ec77bd97f
treefc5d0e89f37d715375bdd3b50a24f9eb3b5eade1
parent527a7fdfbd7461e2aaa9eb279543c5d9dc8efa5a
[libc++] Formalize what configurations are covered by the ABI lists

By encoding ABI-affecting properties in the name of the ABI list, it
makes it clear when an ABI list test should or should not be available,
and what results we should expect.

Note that we clearly don't encode all ABI-affecting parameters in the
name right now -- I just ported over what we supported in the code that
was there previously. As we encounter configurations that we wish to
support but produce different ABI lists, we can add those to the ABI
identifier and start supporting them.

This commit also starts checking the ABI list in the CI jobs that run
a supported configuration. Eventually, all configurations should have
a generated ABI list and the test should even run implicitly as part of
the Lit test suite.

Differential Revision: https://reviews.llvm.org/D92194
libcxx/lib/abi/CMakeLists.txt
libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist [moved from libcxx/lib/abi/x86_64-apple-darwin.v1.abilist with 100% similarity]
libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist [moved from libcxx/lib/abi/x86_64-unknown-linux-gnu.v1.abilist with 100% similarity]
libcxx/utils/ci/run-buildbot