From: Simon Atanasyan Date: Wed, 23 Jul 2014 09:27:10 +0000 (+0000) Subject: [Driver][Mips] Restore FIXME comment was removed accidentally. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08c4b31800a9edacc32c5c84a4c44cd8a9fdd23b;p=clang [Driver][Mips] Restore FIXME comment was removed accidentally. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213734 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp index f62cb85196..0a123a67bf 100644 --- a/lib/Driver/Tools.cpp +++ b/lib/Driver/Tools.cpp @@ -952,6 +952,8 @@ void mips::getMipsCPUAndABI(const ArgList &Args, .Cases("n32", "n64", DefMips64CPU) .Default(""); } + + // FIXME: Warn on inconsistent use of -march and -mabi. } // Convert ABI name to the GNU tools acceptable variant.