r213734 - [Driver][Mips] Restore FIXME comment was removed accidentally.

Simon Atanasyan simon at atanasyan.com
Wed Jul 23 02:27:10 PDT 2014


Author: atanasyan
Date: Wed Jul 23 04:27:10 2014
New Revision: 213734

URL: http://llvm.org/viewvc/llvm-project?rev=213734&view=rev
Log:
[Driver][Mips] Restore FIXME comment was removed accidentally.

Modified:
    cfe/trunk/lib/Driver/Tools.cpp

Modified: cfe/trunk/lib/Driver/Tools.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Tools.cpp?rev=213734&r1=213733&r2=213734&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/Tools.cpp (original)
+++ cfe/trunk/lib/Driver/Tools.cpp Wed Jul 23 04:27:10 2014
@@ -952,6 +952,8 @@ void mips::getMipsCPUAndABI(const ArgLis
       .Cases("n32", "n64", DefMips64CPU)
       .Default("");
   }
+
+  // FIXME: Warn on inconsistent use of -march and -mabi.
 }
 
 // Convert ABI name to the GNU tools acceptable variant.





More information about the cfe-commits mailing list