[PATCH] D35624: Removal of microMIPS64R6
Simon Dardis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 11 07:54:38 PDT 2017
sdardis accepted this revision.
sdardis added a comment.
This revision is now accepted and ready to land.
One nit inlined, you can address it when committing.
================
Comment at: Basic/Targets/Mips.cpp:206
bool MipsTargetInfo::validateTarget(DiagnosticsEngine &Diags) const {
+ if ((getTriple().getArch() == llvm::Triple::mips64 ||
+ getTriple().getArch() == llvm::Triple::mips64el) &&
----------------
Add a comment here stating that the microMIPS64R6 backend was removed.
Repository:
rL LLVM
https://reviews.llvm.org/D35624
More information about the cfe-commits
mailing list