diff options
author | Vasileios Kalintiris <Vasileios.Kalintiris@imgtec.com> | 2015-10-05 10:34:46 +0000 |
---|---|---|
committer | Vasileios Kalintiris <Vasileios.Kalintiris@imgtec.com> | 2015-10-05 10:34:46 +0000 |
commit | fdfc010e8478fa22f51fc29794f739440cc964aa (patch) | |
tree | e39bd1bd4632825ca8d4841f2739b6383935f268 /clang/lib/Driver/Tools.h | |
parent | b1f2b51a896e561397aa4ef2620b37ed02c03a58 (diff) | |
download | bcm5719-llvm-fdfc010e8478fa22f51fc29794f739440cc964aa.tar.gz bcm5719-llvm-fdfc010e8478fa22f51fc29794f739440cc964aa.zip |
Remove support for the mips-mti-linux toolchain.
There are two remaining buildbot failures that we'll have to
investigate before submitting this again.
llvm-svn: 249298
Diffstat (limited to 'clang/lib/Driver/Tools.h')
-rw-r--r-- | clang/lib/Driver/Tools.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Driver/Tools.h b/clang/lib/Driver/Tools.h index bdcec931e39..30ddcc90c23 100644 --- a/clang/lib/Driver/Tools.h +++ b/clang/lib/Driver/Tools.h @@ -267,8 +267,6 @@ NanEncoding getSupportedNanEncoding(StringRef &CPU); void getMipsCPUAndABI(const llvm::opt::ArgList &Args, const llvm::Triple &Triple, StringRef &CPUName, StringRef &ABIName); -std::string getMipsABILibSuffix(const llvm::opt::ArgList &Args, - const llvm::Triple &Triple); bool hasMipsAbiArg(const llvm::opt::ArgList &Args, const char *Value); bool isUCLibc(const llvm::opt::ArgList &Args); bool isNaN2008(const llvm::opt::ArgList &Args, const llvm::Triple &Triple); |