[PATCH] D67508: [RISCV] support mutilib in baremetal environment

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


lenary accepted this revision.
lenary added a comment.
This revision is now accepted and ready to land.

LGTM. Requires the changes in D69383 <https://reviews.llvm.org/D69383> to land before this can.



================
Comment at: clang/lib/Driver/ToolChains/Gnu.cpp:1544
+  StringRef ABIName = tools::riscv::getRISCVABI(Args, TargetTriple);
+  StringRef MArch = tools::riscv::getRISCVArch(Args, TargetTriple);
+  for (auto Element : RISCVMultilibSet) {
----------------
Nice, thanks! 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67508





More information about the cfe-commits mailing list