[PATCH] D150016: [RISCV] Make Zvfh depend on Zfhmin.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 5 19:50:17 PDT 2023


craig.topper added a comment.

We can’t add dependencies in RISCVFeatures.td that are not also RISCVISAInfo.cpp.  The ELF attributes are generated from RISCVFeatures.td so they need to match.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150016



More information about the llvm-commits mailing list