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

Daniel Sanders Daniel.Sanders at imgtec.com
Wed Jan 29 08:15:10 PST 2014


> -----Original Message-----
> From: Rafael EspĂ­ndola [mailto:rafael.espindola at gmail.com]
> Sent: 29 January 2014 15:30
> To: Daniel Sanders
> Cc: Richard Sandiford; Jack Carter; llvm-commits
> Subject: Re: [llvm] r200051 - [Mips] TargetStreamer ELF flag Support for
> default and commandline options.
> 
> > 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

That's right. -mmsa maps to -mattr +MSA.




More information about the llvm-commits mailing list