Handle SPARC float command line parameters for SPARCv9

Brad Smith brad at comstyle.com
Fri Jul 25 12:56:16 PDT 2014


I missed a switch case when adding the initial float handling
support for SPARCv9.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

-------------- next part --------------
Index: lib/Driver/Tools.cpp
===================================================================
--- lib/Driver/Tools.cpp	(revision 213105)
+++ lib/Driver/Tools.cpp	(working copy)
@@ -1624,6 +1639,7 @@
     getPPCTargetFeatures(Args, Features);
     break;
   case llvm::Triple::sparc:
+  case llvm::Triple::sparcv9:
     getSparcTargetFeatures(Args, Features);
     break;
   case llvm::Triple::aarch64:


More information about the cfe-commits mailing list