[libcxx-commits] [PATCH] D113436: [libc++] [test] Eliminate libcpp-no-noexcept-function-type and libcpp-no-structured-bindings
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 9 07:21:39 PST 2021
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
When you grep for stuff, make sure you include `libcxxabi/` and `libunwind/`. The test suites for those two projects often use things defined in `libcxx/`, especially the Lit features.
LGTM in essence, once libcxxabi and libunwind have been fixed and CI is passing. Thanks for the cleanup!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113436/new/
https://reviews.llvm.org/D113436
More information about the libcxx-commits
mailing list