Manishearth / compiletest-rs

An extraction of the compiletest utility from the Rust compiler
Apache License 2.0
218 stars 59 forks source link

Add Loongarch64 support #251

Closed zhaixiaojuan closed 2 years ago

zhaixiaojuan commented 2 years ago

The LoongArch architecture is an Instruction Set Architecture (ISA) that has a Reduced Instruction Set Computer (RISC) style. The Loongarch doc: https://loongson.github.io/LoongArch-Documentation/README-EN.html

Manishearth commented 2 years ago

Hm, we need to fix CI