diff options
author | Simon Atanasyan <simon@atanasyan.com> | 2014-07-23 09:27:10 +0000 |
---|---|---|
committer | Simon Atanasyan <simon@atanasyan.com> | 2014-07-23 09:27:10 +0000 |
commit | c92717f2f6f024e2f2435b6e1e45a873bc14449f (patch) | |
tree | afae8cc7a15b32332c4f28de072f6775eaf18944 | |
parent | 4de26fb2e005bbc008be93846e0e05e595342797 (diff) | |
download | bcm5719-llvm-c92717f2f6f024e2f2435b6e1e45a873bc14449f.tar.gz bcm5719-llvm-c92717f2f6f024e2f2435b6e1e45a873bc14449f.zip |
[Driver][Mips] Restore FIXME comment was removed accidentally.
llvm-svn: 213734
-rw-r--r-- | clang/lib/Driver/Tools.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/Driver/Tools.cpp b/clang/lib/Driver/Tools.cpp index f62cb851966..0a123a67bfb 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. |