This change converts the MipsAsmBackend constructor to the "standard" form. It makes possible to use RegisterMCAsmBackend for the backends registrations. Now we pass Triple instance to the MipsAsmBackend ctor and deduce all required options like endianness and bitness from the triple. We still need to implement explicit ABI checking for providing correct options to backends.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM