[libcxx-commits] [PATCH] D138006: [libc++abi] Refactoring works around __dynamic_cast
Adrian Vogelsgesang via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Dec 7 19:09:04 PST 2022
avogelsgesang added a comment.
Ah, now I understand how you are planning to apply your changes. I assumed you first wanted to apply this patch, and then https://reviews.llvm.org/D138005 on top of it (i.e. first the refactoring, then the perf improvement). But you want to apply them exactly the other way around.
In that case, you need to set the "parent revision" here on phabricator, such that the CI knows how to apply your patch...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138006/new/
https://reviews.llvm.org/D138006
More information about the libcxx-commits
mailing list