mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-11 05:47:30 +00:00
Enable FPXX on mips by default (snapshot)
This commit is contained in:
parent
40b8940c2d
commit
ccdd2c531c
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
llvm-toolchain-snapshot (1:3.9~svn273256-1~exp1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
[ YunQiang Su ]
|
||||||
|
* Enable FPXX by default on mips/mipsel (Closes: #826749)
|
||||||
|
|
||||||
|
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 21 Jun 2016 11:25:02 +0200
|
||||||
|
|
||||||
llvm-toolchain-snapshot (1:3.9~svn272513-1) unstable; urgency=medium
|
llvm-toolchain-snapshot (1:3.9~svn272513-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Remove the autoconf section
|
* Remove the autoconf section
|
||||||
|
14
debian/patches/mips-fpxx-enable.diff
vendored
Normal file
14
debian/patches/mips-fpxx-enable.diff
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
--- a/clang/lib/Driver/Tools.cpp
|
||||||
|
+++ b/clang/lib/Driver/Tools.cpp
|
||||||
|
@@ -7172,11 +7172,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())
|
||||||
|
- return false;
|
||||||
|
-
|
||||||
|
if (ABIName != "32")
|
||||||
|
return false;
|
||||||
|
|
2
debian/patches/series
vendored
2
debian/patches/series
vendored
@ -29,5 +29,5 @@ llvm25468-lldb-swig-format-security.diff
|
|||||||
silent-test-transforms.diff
|
silent-test-transforms.diff
|
||||||
install-scan-build-py.diff
|
install-scan-build-py.diff
|
||||||
#scan-build-py-default.diff
|
#scan-build-py-default.diff
|
||||||
|
|
||||||
scan-view-fix-path.diff
|
scan-view-fix-path.diff
|
||||||
|
mips-fpxx-enable.diff
|
||||||
|
Loading…
Reference in New Issue
Block a user