[PATCH] D145883: [Flang][RISCV] Emit target features for RISC-V
Usman Nadeem via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 12 13:20:13 PDT 2023
mnadeem added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/Flang.cpp:112-114
+ case llvm::Triple::riscv64:
+ getTargetFeatures(D, Triple, Args, CmdArgs, /*ForAs*/ false);
+ break;
----------------
identical code, could just do a fallthrough
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145883/new/
https://reviews.llvm.org/D145883
More information about the cfe-commits
mailing list