[PATCH] D35249: [mips][mt][2/8] Implement .module and .set directives for the MT ASE.
Simon Dardis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 11 04:58:59 PDT 2017
sdardis added inline comments.
================
Comment at: lib/Target/Mips/AsmParser/MipsAsmParser.cpp:7231
+
+ // If priniing assembly, use the recently updated ABI Flags information.
+ // If generating ELF, don't do anything (the .MIPS.abiflags section gets
----------------
I've just spotted the spelling error here, will fix later.
https://reviews.llvm.org/D35249
More information about the llvm-commits
mailing list