[libc++] Clarify the name of Lit features related to standard library selection
authorLouis Dionne <ldionne.2@gmail.com>
Tue, 28 Sep 2021 20:02:43 +0000 (16:02 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Tue, 28 Sep 2021 20:15:25 +0000 (16:15 -0400)
commitd486c5b11757be769051c1b2b6d6a18e2857dbbd
tree33f8bbd73c4df8119748cd627ac7551b6aba64b2
parent1ecb1bc3e214c8da53a7fda14f428786441109d7
[libc++] Clarify the name of Lit features related to standard library selection

Before this patch, we had features named 'libc++', 'libstdc++' and
'msvc' to describe the three implementations that use our test suite.
This patch renames them to 'stdlib=libc++', 'stdlib=libstdc++', etc
to avoid confusion between MSVC's STL and the MSVC compiler (or Clang
in MSVC mode).

Furthermore, this prepares the terrain for adding support for additional
"implementations" to the test suite. Basically, I'd like to be able to
treat Apple's libc++ differently from LLVM's libc++ for the purpose of
testing, because those effectively behave in different ways in some aspects.
30 files changed:
libcxx/test/libcxx/memory/allocator_volatile.verify.cpp
libcxx/test/std/input.output/iostreams.base/ios.base/ios.base.storage/iword.pass.cpp
libcxx/test/std/input.output/iostreams.base/ios.base/ios.base.storage/pword.pass.cpp
libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.random.access/contiguous_iterator.verify.cpp
libcxx/test/std/ranges/range.access/range.access.begin/incomplete.verify.cpp
libcxx/test/std/ranges/range.access/range.access.cbegin/incomplete.verify.cpp
libcxx/test/std/ranges/range.access/range.access.cend/incomplete.verify.cpp
libcxx/test/std/ranges/range.access/range.access.end/incomplete.verify.cpp
libcxx/test/std/ranges/range.access/range.prim/data.incomplete.verify.cpp
libcxx/test/std/ranges/range.access/range.prim/empty.incomplete.verify.cpp
libcxx/test/std/ranges/range.adaptors/range.all/all.nodiscard.verify.cpp
libcxx/test/std/ranges/range.adaptors/range.transform/adaptor.nodiscard.verify.cpp
libcxx/test/std/strings/c.strings/cuchar.pass.cpp
libcxx/test/std/thread/thread.mutex/thread.lock.algorithm/lock.pass.cpp
libcxx/test/std/utilities/charconv/charconv.from.chars/integral.bool.fail.cpp
libcxx/test/std/utilities/charconv/charconv.from.chars/integral.pass.cpp
libcxx/test/std/utilities/charconv/charconv.from.chars/integral.roundtrip.pass.cpp
libcxx/test/std/utilities/charconv/charconv.to.chars/integral.bool.fail.cpp
libcxx/test/std/utilities/charconv/charconv.to.chars/integral.pass.cpp
libcxx/test/std/utilities/function.objects/func.search/func.search.bm/default.pass.cpp
libcxx/test/std/utilities/function.objects/func.search/func.search.bm/hash.pass.cpp
libcxx/test/std/utilities/function.objects/func.search/func.search.bm/hash.pred.pass.cpp
libcxx/test/std/utilities/function.objects/func.search/func.search.bm/pred.pass.cpp
libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/default.pass.cpp
libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/hash.pass.cpp
libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/hash.pred.pass.cpp
libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/pred.pass.cpp
libcxx/test/std/utilities/intseq/intseq.make/make_integer_seq.fail.cpp
libcxx/test/std/utilities/intseq/intseq.make/make_integer_seq_fallback.compile.fail.cpp
libcxx/utils/libcxx/test/params.py