[PATCH] D13351: [Power PC] add soft float support for ppc32

hfinkel@anl.gov via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 10 05:41:18 PST 2015


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

One minor comment, otherwise LGTM.


================
Comment at: lib/Driver/Tools.cpp:1477
@@ +1476,3 @@
+  // If unspecified, choose the default based on the platform.
+  if (ABI == ppc::FloatABI::Invalid) {
+    ABI = ppc::FloatABI::Hard;
----------------
Don't need the { } here.


http://reviews.llvm.org/D13351





More information about the cfe-commits mailing list