reames accepted this revision. reames added a comment. This revision is now accepted and ready to land.
LGTM w/ optional comment. ================ Comment at: clang/lib/Driver/ToolChains/Linux.cpp:741 getTriple().getArch() == llvm::Triple::thumbeb; - const bool IsRISCV64 = getTriple().getArch() == llvm::Triple::riscv64; + const bool IsRISCV64 = getTriple().isRISCV64(); const bool IsSystemZ = getTriple().getArch() == llvm::Triple::systemz; ---------------- I would leave this one unchanged for consistency with surrounding code. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D132197/new/ https://reviews.llvm.org/D132197 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits