diff options
author | Daniel Sanders <daniel.sanders@imgtec.com> | 2014-07-10 14:40:57 +0000 |
---|---|---|
committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2014-07-10 14:40:57 +0000 |
commit | 2bf1366ca64a22d29bac1c29b099e135d656dd9b (patch) | |
tree | 2ef447a27af3a7409d356471226b1d3a77c0e0e4 /clang/lib/Driver/Tools.h | |
parent | fee2adefbac0d10c79d86de4b9bb0ba1c491345a (diff) | |
download | bcm5719-llvm-2bf1366ca64a22d29bac1c29b099e135d656dd9b.tar.gz bcm5719-llvm-2bf1366ca64a22d29bac1c29b099e135d656dd9b.zip |
[mips][mips64r6] Add support for mips-img-linux-gnu GCC toolchains
Summary:
* Support the multilib layout used by the mips-img-linux-gnu
* Recognize mips{,64}{,el}-img-linux-gnu as being aliases of mips-img-linux-gnu
* Use the correct dynamic linker for mips-img-linux-gnu
* Make mips32r6/mips64r6 the default CPU for mips-img-linux-gnu
Subscribers: mpf
Differential Revision: http://reviews.llvm.org/D4436
llvm-svn: 212719
Diffstat (limited to 'clang/lib/Driver/Tools.h')
-rw-r--r-- | clang/lib/Driver/Tools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Driver/Tools.h b/clang/lib/Driver/Tools.h index c4e6d6c8298..bc7f58bfbe9 100644 --- a/clang/lib/Driver/Tools.h +++ b/clang/lib/Driver/Tools.h @@ -218,7 +218,7 @@ namespace arm { namespace mips { bool hasMipsAbiArg(const llvm::opt::ArgList &Args, const char *Value); - bool isNaN2008(const llvm::opt::ArgList &Args); + bool isNaN2008(const llvm::opt::ArgList &Args, const llvm::Triple &Triple); } namespace darwin { |