[libcxx-commits] [PATCH] D112727: [libc++] Remove Clang-11 support.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 28 08:50:38 PDT 2021


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

LGTM!

Just FYI, to make sure you've removed all instances of Clang-11 related Lit features from the test suite, you can use this:

  <build>/bin/llvm-lit libcxx/test libcxxabi/test --show-used-features

It will print a list of all the Lit features we mention in the test suite, and you can make sure that we don't mention `clang-11` anymore after your patch. I guess grepping can also do the job, but sometimes it can be difficult to sort through the output if we mention clang-11 for things that are not Lit features. Anyway, just thought I'd let you know about this tool we have :-).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112727/new/

https://reviews.llvm.org/D112727



More information about the libcxx-commits mailing list