If code contains a function that has 'micromips' attribute, and it's compiled without -mmicromips flag, the generated object file does not contain AFL_ASE_MICROMIPS flag in the MIPS.abiflags section. Same result occurs when assembly code contains '.set micromips' directive.
This patch corrects such behavior by updating ABI info when subtarget is in microMips mode.
Three nits: break the run line over multiple lines using '\', as it's longer than 80.
You can drop the check-prefix here and just use 'CHECK:'.
Also, match the 'ASEs [' and the closing ']'