From 08c4b31800a9edacc32c5c84a4c44cd8a9fdd23b Mon Sep 17 00:00:00 2001 From: Simon Atanasyan Date: Wed, 23 Jul 2014 09:27:10 +0000 Subject: [PATCH] [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 --- lib/Driver/Tools.cpp | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.40.0