commit | c92717f2f6f024e2f2435b6e1e45a873bc14449f | [log] [tgz] |
---|---|---|
author | Simon Atanasyan <simon@atanasyan.com> | Wed Jul 23 09:27:10 2014 +0000 |
committer | Simon Atanasyan <simon@atanasyan.com> | Wed Jul 23 09:27:10 2014 +0000 |
tree | afae8cc7a15b32332c4f28de072f6775eaf18944 | |
parent | 4de26fb2e005bbc008be93846e0e05e595342797 [diff] [blame] |
[Driver][Mips] Restore FIXME comment was removed accidentally. llvm-svn: 213734
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 @@ .Cases("n32", "n64", DefMips64CPU) .Default(""); } + + // FIXME: Warn on inconsistent use of -march and -mabi. } // Convert ABI name to the GNU tools acceptable variant.