mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-26 23:26:19 +00:00
* Set the cpu defaults for the ARM32 architectures:
- armel: arm926ej-s. Addresses: #1056115. - armhf: cortex-a8. Thanks to Arnd Bergmann and Ard Biesheuvel for the fixes.
This commit is contained in:
parent
35cc1319c6
commit
9aa5a6b013
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,7 +1,10 @@
|
||||
llvm-toolchain-snapshot (1:18~++20231203101651+e3b3c91dd0bb-1~exp2) UNRELEASED; urgency=medium
|
||||
|
||||
* revert debian/patches/arm32-defaults.diff for causing
|
||||
https://lore.kernel.org/lkml/20231204225148.GA2094126@dev-arch.thelio-3990X/T/
|
||||
[ Matthias Klose ]
|
||||
* Set the cpu defaults for the ARM32 architectures:
|
||||
- armel: arm926ej-s. Addresses: #1056115.
|
||||
- armhf: cortex-a8.
|
||||
Thanks to Arnd Bergmann and Ard Biesheuvel for the fixes.
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 05 Dec 2023 07:43:43 +0100
|
||||
|
||||
|
14
debian/patches/arm32-defaults.diff
vendored
Normal file
14
debian/patches/arm32-defaults.diff
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
--- a/llvm/lib/TargetParser/ARMTargetParser.cpp
|
||||
+++ b/llvm/lib/TargetParser/ARMTargetParser.cpp
|
||||
@@ -637,9 +637,9 @@ StringRef ARM::getARMCPUForArch(const ll
|
||||
case llvm::Triple::EABIHF:
|
||||
case llvm::Triple::GNUEABIHF:
|
||||
case llvm::Triple::MuslEABIHF:
|
||||
- return "cortex-a7";
|
||||
+ return "cortex-a8";
|
||||
default:
|
||||
- return "arm7tdmi";
|
||||
+ return "arm926ej-s";
|
||||
}
|
||||
}
|
||||
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -147,3 +147,4 @@ bolt-disable-emit-relocs.patch
|
||||
link-grpc.diff
|
||||
libclang-major-version-only.diff
|
||||
D148945-revert.diff
|
||||
arm32-defaults.diff
|
||||
|
Loading…
Reference in New Issue
Block a user