unicorn-engine / unicorn

Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86)
http://www.unicorn-engine.org
GNU General Public License v2.0
7.33k stars 1.31k forks source link

start loongarch compile #1901

Closed tyssjhx closed 8 months ago

tyssjhx commented 8 months ago

feat: Add backend support for LoongArch64. The code can be compiled, and pass all the unit tests on a LoongArch 3A5000 machine

wtdcode commented 8 months ago

Really nice first step! But please refer to CI because it seems not building?

btw, please target dev branch instead of master.