mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-10 06:53:50 +00:00
Fix mips-fpxx-enable patch for 3.8
This commit is contained in:
parent
038f86cc32
commit
37e0424e36
6
debian/patches/mips-fpxx-enable.diff
vendored
6
debian/patches/mips-fpxx-enable.diff
vendored
@ -1,14 +1,12 @@
|
||||
--- a/clang/lib/Driver/Tools.cpp
|
||||
+++ b/clang/lib/Driver/Tools.cpp
|
||||
@@ -7172,11 +7172,6 @@
|
||||
@@ -6705,10 +6705,6 @@
|
||||
|
||||
bool mips::isFPXXDefault(const llvm::Triple &Triple, StringRef CPUName,
|
||||
StringRef ABIName, mips::FloatABI FloatABI) {
|
||||
- if (Triple.getVendor() != llvm::Triple::ImaginationTechnologies &&
|
||||
- Triple.getVendor() != llvm::Triple::MipsTechnologies &&
|
||||
- !Triple.isAndroid())
|
||||
- Triple.getVendor() != llvm::Triple::MipsTechnologies)
|
||||
- return false;
|
||||
-
|
||||
if (ABIName != "32")
|
||||
return false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user