[PATCH] D145883: [Flang][RISCV] Emit target features for RISC-V
Jessica Clarke via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 12 13:39:23 PDT 2023
jrtc27 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;
----------------
mnadeem wrote:
> identical code, could just do a fallthrough
Why is this even conditional??
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