[PATCH] D35247: [mips][mt][1/7] Add the MT ASE as a subtarget feature.
Simon Atanasyan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 11 06:17:33 PDT 2017
atanasyan accepted this revision.
atanasyan added a comment.
This revision is now accepted and ready to land.
LGTM with minor note
================
Comment at: test/MC/Mips/mt/abiflag.s:3
+# RUN: | llvm-objdump -D -
+
+# Test that the usage of the MT ASE is recorded in .MIPS.abiflags
----------------
I would try to use `llvm-readobj -mips-abi-flags` to check the .MIPS.abiflags section content.
https://reviews.llvm.org/D35247
More information about the llvm-commits
mailing list