[libc-commits] [PATCH] D95006: [libc][NFC] add "LlvmLibc" as a prefix to all test names

Fangrui Song via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jan 26 10:27:43 PST 2021


MaskRay added a comment.

In D95006#2523159 <https://reviews.llvm.org/D95006#2523159>, @michaelrj wrote:

> This change was landed manually since it was too big for arcanist. The change is here <https://github.com/llvm/llvm-project/commit/1df0dbfcb5c0b90299fe5b74caf42e4cacce16fc#diff-16c8c6eb85e05438f5d6c60ff9869072a3a3b1618aa1481ac7a0cb049f06f51d> and then the follow up change is here <https://github.com/llvm/llvm-project/commit/689de5841c1c4c9b0fe711b61d26f7425cf99423#diff-16c8c6eb85e05438f5d6c60ff9869072a3a3b1618aa1481ac7a0cb049f06f51d>.

You could use `git pull --rebase origin main && git commit --amend --date=now --no-edit && git push origin HEAD:main` instead of `arc land` in that case.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95006



More information about the libc-commits mailing list