[PATCH] D113242: Adding a key_type definition to MapVector
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 8 15:58:51 PST 2021
Meinersbur added a comment.
In D113242#3112913 <https://reviews.llvm.org/D113242#3112913>, @kevcadieux wrote:
> Thanks for letting me know. Do you know what is the proper way to trigger a remerge before building?
The only way I know is re-uploading the diff.
> I tried simply restarting the build but it didn't include the fix.
If you upload with arcanist it also stores the parent git SHA1 and would just re-apply the patch to that. If you upload via web form Phabricator does not have parent information, but I don't know what happens when triggering a re-build. Might either use the opt-of-tree at time of uploading the diff or the top-of-tree when running the pre-merge check.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113242/new/
https://reviews.llvm.org/D113242
More information about the llvm-commits
mailing list