DEB_ARCH: amd64
LLVM_ARCH=x86-64

DEB_ARCH: arm64
LLVM_ARCH=generic

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=pentium4

DEB_ARCH: i386
# bump minimal arch to pentium4 instead of i586
# some generated code might not be working on old officially supported hardware
# but i586 does not pass the testsuite
LLVM_ARCH=pentium-m

DEB_ARCH: kfreebsd-amd64
LLVM_ARCH=x86-64

DEB_ARCH: kfreebsd-i386
# same as i386
LLVM_ARCH=nehalem

#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=???
