arm
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sat, 29 Jan 2022 09:17:38 +0000 (09:17 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 29 Jan 2022 09:17:38 +0000 (09:17 +0000)
===================================================================

Gbp-Pq: Name 930008-arm.diff

llvm/lib/Support/Triple.cpp

index 4f483c965282d6e40f33363983a842cb2d8ab606..b78f0e9b15eb933efa2662b81e0a523879320209 100644 (file)
@@ -1741,7 +1741,7 @@ StringRef Triple::getARMCPUForArch(StringRef MArch) const {
     case llvm::Triple::EABIHF:
     case llvm::Triple::GNUEABIHF:
     case llvm::Triple::MuslEABIHF:
-      return "arm1176jzf-s";
+      return "cortex-a7";
     default:
       return "arm7tdmi";
     }