[PATCH] D139704: [clang][RISCV] Added target attributes to runtime functions

Jessica Clarke via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 19 11:50:46 PST 2023


jrtc27 added a comment.

How does this affect LTO? LTO for RISC-V is broken for various reasons, but LTO isn't Clang's responsibility beyond passing on driver arguments. Is this not just one of many symptoms of RISC-V not having the right module-level subtarget under LTO, which is a real problem that needs fixing?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139704



More information about the cfe-commits mailing list