[PATCH] D120695: [RISCV] Move class RISCVPassConfig declaration to RISCVTargetMachine.h for downstream. NFC

Jim Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 1 18:59:12 PST 2022


Jim added a comment.

It not just happen in RISCVPassConfig. If we inherit other class such as RISCVISelDAGToDAG.h and RISCVISelLowering.h, it still need to deal with the newly added override function issue.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120695



More information about the llvm-commits mailing list