[llvm] r201333 - Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call

Daniel Sanders Daniel.Sanders at imgtec.com
Wed Feb 19 08:39:41 PST 2014


Sure. How about this?:

* All inline assembly is parsed by the integrated assembler when it is enabled.   
  Previously this was only the case for object-file output. It is now the case    
  for assembly output as well.

> -----Original Message-----
> From: Rafael EspĂ­ndola [mailto:rafael.espindola at gmail.com]
> Sent: 18 February 2014 14:05
> To: Daniel Sanders
> Cc: llvm-commits
> Subject: Re: [llvm] r201333 - Re-commit: Demote EmitRawText call in
> AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call
> 
> Now that I think of it, we should probably add this to the release notes.
> 
> Could you please write a small entry about it?
> 
> Thanks,
> Rafael




More information about the llvm-commits mailing list