projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4de26fb
)
[Driver][Mips] Restore FIXME comment was removed accidentally.
author
Simon Atanasyan
<simon@atanasyan.com>
Wed, 23 Jul 2014 09:27:10 +0000
(09:27 +0000)
committer
Simon Atanasyan
<simon@atanasyan.com>
Wed, 23 Jul 2014 09:27:10 +0000
(09:27 +0000)
llvm-svn: 213734
clang/lib/Driver/Tools.cpp
patch
|
blob
|
history
diff --git
a/clang/lib/Driver/Tools.cpp
b/clang/lib/Driver/Tools.cpp
index
f62cb85
..
0a123a6
100644
(file)
--- 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.