lenary added inline comments.

================
Comment at: clang/lib/Driver/ToolChains/Arch/RISCV.cpp:385
+             ? "ilp32"
+             : Triple.getOS() == llvm::Triple::Linux ? "lp64d" : "lp64";
 }
----------------
Please may you turn this into a set of if-statements? Nesting ternary operators 
is a recipe for confusion.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65634



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

Reply via email to