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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to