[PATCH] D137495: [LoongArch] Add GHC Calling Convention

Lin Runze via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 5 22:00:13 PDT 2022


lrzlin added a comment.

In D137495#3910276 <https://reviews.llvm.org/D137495#3910276>, @MaskRay wrote:

> Is GHC buildable now? If not, such changes probably should be deferred until verification can actually be made.

Yes, with some modifications, both GHC HEAD and 9.4.2 Release could pass build and testsuite. However, GHC haven't implemented the support of LLVM 14 and higher versions yet, this may lead to a tardive merge in GHC side.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137495



More information about the llvm-commits mailing list