mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 11:06:17 +00:00

0044-soname.diff,23-strlcpy_strlcat_warning_removed.diff, 26-set-correct-float-abi.diff,atomic_library_[12].diff, fix-clang-path-and-build.diff,fix-lldb-server-build,lldb-libname.diff, lldb-soname.diff,mips-fpxx-enable.diff,removeduplicatedeclaration.diff}: Refreshed. * debian/patches/{silent-gold-utils,kfreebsd-support}.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
|
|
@@ -7876,11 +7876,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;
|
|
|