jsji added inline comments.

================
Comment at: clang/lib/Driver/ToolChains/PPCLinux.cpp:76
+  if (SupportIEEEFloat128(getDriver(), getTriple(), DriverArgs) &&
+      !DriverArgs.hasArg(options::OPT_mabi_EQ))
+    CC1Args.push_back("-mabi=ieeelongdouble");
----------------
What if we have `-mabi=elfv2` in command line?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117181

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

Reply via email to