From: LLVM Packaging Team Date: Thu, 28 Oct 2021 14:45:49 +0000 (+0100) Subject: arm X-Git-Tag: archive/raspbian/1%12.0.1-16+rpi1~26 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e2f649c1e9b961fc3364be09b83bf90d470ba966;p=llvm-toolchain-12.git arm =================================================================== Gbp-Pq: Name 930008-arm.diff --- diff --git a/llvm/lib/Support/Triple.cpp b/llvm/lib/Support/Triple.cpp index 4f483c9652..b78f0e9b15 100644 --- a/llvm/lib/Support/Triple.cpp +++ b/llvm/lib/Support/Triple.cpp @@ -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"; }