[PATCH] D121445: [Clang][CSKY] Add the CSKY target and compiler driver

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 31 03:35:52 PDT 2022


rengolin accepted this revision.
rengolin added a comment.
This revision is now accepted and ready to land.

In D121445#3418195 <https://reviews.llvm.org/D121445#3418195>, @zixuan-wu wrote:

> I have met this before because the downloading of patch will ignore empty files. You can have a check that your apply does not contain new empty files in multilib_csky_linux_sdk.

You are correct, it doesn't. :(

> For warnings, those are not introduced by this patch. I create another NFC to remove unused variable and function.

Fair enough.

LGTM, thanks!


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

https://reviews.llvm.org/D121445



More information about the llvm-commits mailing list