[mips] [IAS] Add support for the .module softfloat/hardfloat directives.
authorToma Tabacu <toma.tabacu@gmail.com>
Tue, 30 Jun 2015 13:46:03 +0000 (13:46 +0000)
committerToma Tabacu <toma.tabacu@gmail.com>
Tue, 30 Jun 2015 13:46:03 +0000 (13:46 +0000)
commite143a3abc2a955797e7748395cbfd45759cd0840
tree3597811582432bc48aa61029d03a769961a869cd
parentdcec5265ae4dbe479b65d225efcfb242afe4e30f
[mips] [IAS] Add support for the .module softfloat/hardfloat directives.

These directives are used to set the default value of the SoftFloat feature.
They have the same effect as setting -m{soft, hard}-float from the command line.

Differential Revision: http://reviews.llvm.org/D9073

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241066 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
lib/Target/Mips/MipsTargetStreamer.h
test/MC/Mips/module-hardfloat.s [new file with mode: 0644]
test/MC/Mips/module-softfloat.s [new file with mode: 0644]