From c92717f2f6f024e2f2435b6e1e45a873bc14449f 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. llvm-svn: 213734 --- clang/lib/Driver/Tools.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clang/lib/Driver/Tools.cpp b/clang/lib/Driver/Tools.cpp index f62cb85..0a123a6 100644 --- a/clang/lib/Driver/Tools.cpp +++ b/clang/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.7.4