[PATCH] D73675: Avoid many std::tie/tuple instantiations in ASTImporter
Raphael Isemann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 6 01:32:28 PST 2020
teemperor added a comment.
I ran the patch on macOS and Linux through check-lldb and there were no regressions, so this is LGTM. The libc++ failures should go away when you add `libcxx;libcxxabi` to LLVM_ENABLE_PROJECTS (the tests are using libc++).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73675/new/
https://reviews.llvm.org/D73675
More information about the cfe-commits
mailing list