[PATCH] D137309: [clang] Added Swift support for RISCV64

Alex Bradbury via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 8 02:32:19 PST 2022


asb added a comment.

First of all, thanks for the contribution.

I've not looked at all into the Swift calling convention requirements, but at a minimum this patch is going to need test coverage. I also think RV32 should be handled somehow - either by adding equivalent support, or at least erroring if that's not possible.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137309



More information about the cfe-commits mailing list