[runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZSince those features are general properties of the environment, it makessense to use them from libc++abi too, and so the name
[runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZSince those features are general properties of the environment, it makessense to use them from libc++abi too, and so the name libcpp-has-no-xxxdoesn't make sense.Differential Revision: https://reviews.llvm.org/D126482
show more ...
[NFC][libc++][test] Move time tests.In the C++20 Standard time is no longer section under utilities, butbecame its own chapter. This moves the time tests accordingly so theirlocation matches the
[NFC][libc++][test] Move time tests.In the C++20 Standard time is no longer section under utilities, butbecame its own chapter. This moves the time tests accordingly so theirlocation matches the current Standard.Reviewed By: ldionne, #libcDifferential Revision: https://reviews.llvm.org/D122745