Bring back the Disable NEON generation on armhf patch which was gone Should fix the FTBFS on armhg (Closes: #842142)

This commit is contained in:
Sylvestre Ledru 2018-11-07 08:56:22 +01:00
parent 89f9266005
commit 9313a2ec1d
3 changed files with 17 additions and 0 deletions

3
debian/changelog vendored
View File

@ -1,6 +1,9 @@
llvm-toolchain-7 (1:7.0.1~+rc2-1~exp1) experimental; urgency=medium
* New testing release
* Bring back the Disable NEON generation on armhf patch which was gone
Should fix the FTBFS on armhg
(Closes: #842142)
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 05 Nov 2018 23:38:34 +0100

View File

@ -0,0 +1,13 @@
Index: llvm-toolchain-7-7/include/llvm/Support/ARMTargetParser.def
===================================================================
--- llvm-toolchain-7-7.orig/include/llvm/Support/ARMTargetParser.def
+++ llvm-toolchain-7-7/include/llvm/Support/ARMTargetParser.def
@@ -75,7 +75,7 @@ ARM_ARCH("armv6kz", ARMV6KZ, "6KZ", "v6k
ARM_ARCH("armv6-m", ARMV6M, "6-M", "v6m", ARMBuildAttrs::CPUArch::v6_M,
FK_NONE, ARM::AEK_NONE)
ARM_ARCH("armv7-a", ARMV7A, "7-A", "v7", ARMBuildAttrs::CPUArch::v7,
- FK_NEON, ARM::AEK_DSP)
+ FK_VFPV3 /* Hard float */, ARM::AEK_DSP)
ARM_ARCH("armv7ve", ARMV7VE, "7VE", "v7ve", ARMBuildAttrs::CPUArch::v7,
FK_NEON, (ARM::AEK_SEC | ARM::AEK_MP | ARM::AEK_VIRT |
ARM::AEK_HWDIVARM | ARM::AEK_HWDIVTHUMB | ARM::AEK_DSP))

View File

@ -85,3 +85,4 @@ clangd-atomic-cmake.patch
rustc-aarch64-test-failure.diff
symbolizer-path.diff
mips-rdhwr.diff
clang-arm-default-vfp3-on-armv7a.patch