[llvm] r200051 - [Mips] TargetStreamer ELF flag Support for default and commandline options.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Jan 29 07:30:29 PST 2014


> Thanks. I can see the support for '.set msa' in binutils now. We'll need to implement it in LLVM at some point (for the planned full assembler) but for now we can stick to the more usual -mmsa option.

Sure, np. I would guess that it maps to some existing feature and can
already be accessed in llvm-mc with -mattr, if that is not the case,
we can always add another command line option in llvm-mc.

Cheers,
Rafael



More information about the llvm-commits mailing list