[PATCH] D118333: [RISCV] Update computeTargetABI implementation.

Zakk Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 27 08:17:29 PST 2022


khchen added a comment.

In D118333#3275940 <https://reviews.llvm.org/D118333#3275940>, @jrtc27 wrote:

> I think this is the same idea as D118333 <https://reviews.llvm.org/D118333>? Other than being a cleaner way of achieving the same goal. I've not looked to see if there are any functional differences between the two.

The goal of this patch is making llvm and clang have same way to get default target-abi.

D113959 <https://reviews.llvm.org/D113959> only changes the llvm part and it still not same with clang.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118333



More information about the cfe-commits mailing list