[PATCH] D45961: [MC] Add MCSubtargetInfo to MCAlignFragment
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 6 09:35:20 PDT 2021
jrtc27 added a comment.
In D45961#2985483 <https://reviews.llvm.org/D45961#2985483>, @MaskRay wrote:
> In D45961#2985377 <https://reviews.llvm.org/D45961#2985377>, @peter.smith wrote:
>
>> arc diff didn't quite do what I wanted, I have two commits in my branch, one D45961 <https://reviews.llvm.org/D45961>, then D45962 <https://reviews.llvm.org/D45962> and it only updated D45962 <https://reviews.llvm.org/D45962>. This patch is manually created but should be OK.
>>
>> Have applied the 3 review comments.
>
> I don't know what the best solution... I personally maintain multiple branches and ensure the tip is the Differential I want to update with `arc diff 'HEAD^'`.
In this case you could `git rebase -i HEAD^^` and add an `x arc diff HEAD^` after the first `pick`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D45961/new/
https://reviews.llvm.org/D45961
More information about the llvm-commits
mailing list