[llvm-dev] [libunwind][Mips] Problem using gas to assemble UnwindRegistersSave.S

Vasileios Kalintiris via llvm-dev llvm-dev at lists.llvm.org
Sun Sep 27 16:41:34 PDT 2015


Hi Richard,

Clang doesn't have support for MIPS I. The trap-on-condition instructions were added in MIPS II and they should work fine. This is why it works with ".set mips32r2".

Which version of the ISA did you specify when you used the integrated assembler?

Thanks,
Vasileios


More information about the llvm-dev mailing list