From fdfc010e8478fa22f51fc29794f739440cc964aa Mon Sep 17 00:00:00 2001 From: Vasileios Kalintiris Date: Mon, 5 Oct 2015 10:34:46 +0000 Subject: 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 --- clang/lib/Driver/Tools.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'clang/lib/Driver/Tools.h') 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); -- cgit v1.2.3