mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 04:22:54 +00:00

0003-Debian-version-info-and-bugreport.patch, atomic_library_[12].diff, python-clangpath.diff,removeduplicatedeclaration.diff, fix-clang-path-and-build.diff,mips-fpxx-enable.diff}: Refreshed. * debian/patches/{silent-more-tests.diff,silent-MCJIIT-tests.diff}: Updated.
19 lines
582 B
Diff
19 lines
582 B
Diff
---
|
|
clang/lib/Driver/Tools.cpp | 5 -----
|
|
1 file changed, 5 deletions(-)
|
|
|
|
--- a/clang/lib/Driver/Tools.cpp
|
|
+++ b/clang/lib/Driver/Tools.cpp
|
|
@@ -7616,11 +7616,6 @@ bool mips::isFP64ADefault(const llvm::Tr
|
|
|
|
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())
|
|
- return false;
|
|
-
|
|
if (ABIName != "32")
|
|
return false;
|
|
|