ro added inline comments.

================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:4642
+    int Num;
+    if (V == "future")
+      A->render(Args, CmdArgs);
----------------
MaskRay wrote:
> phosek wrote:
> > Another option would be `unstable`.
> I picked `future` because there is an precedent: `-mcpu=future` is used by 
> some ppc folks.
I fear that's a terrible precedent: this name had to be chosen because for some 
unknown, but certainly silly, reason, IBM didn't wan't to call it `power10` 
before release.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85474

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

Reply via email to