We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b67ece commit 2a51a0dCopy full SHA for 2a51a0d
clang/lib/Driver/ToolChains/Linux.cpp
@@ -180,15 +180,6 @@ std::string Linux::getMultiarchTriple(const Driver &D,
180
181
static StringRef getOSLibDir(const llvm::Triple &Triple, const ArgList &Args) {
182
if (Triple.isMIPS()) {
183
- if (Triple.isAndroid()) {
184
- StringRef CPUName;
185
- StringRef ABIName;
186
- tools::mips::getMipsCPUAndABI(Args, Triple, CPUName, ABIName);
187
- if (CPUName == "mips32r6")
188
- return "libr6";
189
- if (CPUName == "mips32r2")
190
- return "libr2";
191
- }
192
// lib32 directory has a special meaning on MIPS targets.
193
// It contains N32 ABI binaries. Use this folder if produce
194
// code for N32 ABI only.
0 commit comments