[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:05 PDT 2017
sdardis created this revision.
Herald added a subscriber: arichardson.
This patch implements the .module and .set directives for the MT ASE,
notably that .module sets the relevant flags in .MIPS.abiflags and .set
doesn't.
https://reviews.llvm.org/D35249
Files:
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
lib/Target/Mips/MipsTargetStreamer.h
test/MC/Mips/mt/module-directive-invalid.s
test/MC/Mips/mt/module-directive.s
test/MC/Mips/mt/set-directive.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35249.106010.patch
Type: text/x-patch
Size: 8572 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170711/02dbdc5a/attachment.bin>
More information about the llvm-commits
mailing list