DEB_ARCH: amd64
LLVM_ARCH=x86-64

DEB_ARCH: arm64
LLVM_ARCH=cortex-a53

DEB_ARCH: armel
LLVM_ARCH=arm710t

DEB_ARCH: armhf
# target should be ARMv7-A but llvm force to select a specific CPU
LLVM_ARCH=cortex-a5

DEB_ARCH: hurd-i386
LLVM_ARCH=pentium3

DEB_ARCH: i386
# bump minimal arch to pentium3 instead of i586
# some generated code might not be working on old officially supported hardware
# but anything before pentium3 does not pass the testsuite (convert_type tests)
LLVM_ARCH=pentium3

DEB_ARCH: kfreebsd-amd64
LLVM_ARCH=x86-64

DEB_ARCH: kfreebsd-i386
LLVM_ARCH=pentium3

#DEB_ARCH: mips
#LLVM_ARCH=???

#DEB_ARCH: mipsel
#LLVM_ARCH=???

DEB_ARCH: powerpc
LLVM_ARCH=ppc

DEB_ARCH: ppc64el
LLVM_ARCH=ppc64le

DEB_ARCH: s390x
LLVM_ARCH=generic

#DEB_ARCH: sparc
#LLVM_ARCH=???
