Add LLVM target and cputype matching for loongarch64

This commit is contained in:
zhaixiaojuan 2022-07-07 11:35:08 +08:00 committed by wangrui
parent f465bc7874
commit 10f7ba562a

View File

@ -304,6 +304,7 @@ def default_build_triple(verbose):
'i486': 'i686',
'i686': 'i686',
'i786': 'i686',
'loongarch64': 'loongarch64',
'm68k': 'm68k',
'powerpc': 'powerpc',
'powerpc64': 'powerpc64',