[libcxx-commits] [PATCH] D136357: update

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 20 09:07:27 PDT 2022


ldionne added a comment.

You seem to have two changes stacked on top of each other, and only want the overall result to be reviewed?

I suspect what you wanted to do is simply update the first review with your new changes. That should happen automatically if you amend a commit that already contains a `Differential Revision` field and then use `arc diff` again -- it will update the existing review with the new amended diff instead of creating a new one.

If that's correct, I would suggest squashing this change into the previous one, abandoning this review and then running `arc diff` again on the previous review.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136357



More information about the libcxx-commits mailing list