[PATCH] D54214: [RISCV] Set triple based on -march flag

Sam Elliott via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 4 06:41:51 PST 2019


lenary added a comment.
Herald added a subscriber: sameer.abuasal.

I have no issue with the underlying logic here.

Please rebase on top of D69383 <https://reviews.llvm.org/D69383> and use `riscv::getRISCVArch(...)` defined in that patch rather than querying `Args.getLastArg(options::OPT_march_EQ)` directly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D54214





More information about the cfe-commits mailing list