From: LLVM Packaging Team Date: Sat, 31 Oct 2020 13:09:15 +0000 (+0000) Subject: arm X-Git-Tag: archive/raspbian/1%9.0.1-15+rpi1^2~20 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ce68cd4a3f438fcaf8c99ebb8e481092c7627fc8;p=llvm-toolchain-9.git arm =================================================================== Gbp-Pq: Name 930008-arm.diff --- diff --git a/llvm/lib/Support/Triple.cpp b/llvm/lib/Support/Triple.cpp index d419463e6..225facb3b 100644 --- a/llvm/lib/Support/Triple.cpp +++ b/llvm/lib/Support/Triple.cpp @@ -1646,7 +1646,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"; }