[Driver] Remove remnant mips64el-linux-android code after D146565
authorFangrui Song <i@maskray.me>
Thu, 23 Mar 2023 23:00:16 +0000 (16:00 -0700)
committerFangrui Song <i@maskray.me>
Thu, 23 Mar 2023 23:00:17 +0000 (16:00 -0700)
clang/lib/Driver/ToolChains/Arch/Mips.cpp

index 7da00a8854006fbab33691c4f77d6a65817806fc..f9f14c01b2b9f017c1420500bf1461cb236d4a62 100644 (file)
@@ -39,12 +39,6 @@ void mips::getMipsCPUAndABI(const ArgList &Args, const llvm::Triple &Triple,
     DefMips64CPU = "mips64r6";
   }
 
-  // MIPS64r6 is the default for Android MIPS64 (mips64el-linux-android).
-  if (Triple.isAndroid()) {
-    DefMips32CPU = "mips32";
-    DefMips64CPU = "mips64r6";
-  }
-
   // MIPS3 is the default for mips64*-unknown-openbsd.
   if (Triple.isOSOpenBSD())
     DefMips64CPU = "mips3";