[PATCH] D137309: [clang] Added Swift support for RISCV
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 10 21:10:41 PST 2023
craig.topper added inline comments.
================
Comment at: clang/lib/CodeGen/TargetInfo.cpp:10555
namespace {
-class RISCVABIInfo : public DefaultABIInfo {
+class RISCVABIInfo : public SwiftABIInfo {
private:
----------------
SwiftABIInfo doesn't inherit from ABIInfo and hasn't since August last year. D130394
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