[LLVMdev] llc generated machine assembly code for NASM
    Chris Lattner 
    clattner at apple.com
       
    Thu Jan 28 22:44:17 PST 2010
    
    
  
On Jan 28, 2010, at 6:29 PM, 罗勇刚(Yonggang Luo) wrote:
> I have one thing not clear to me. If the llvm diect generate object
> code. Then how about the llvm assembler processing  llvm code with
> inline assembly?
It will include a full assembly parser.  Initially it will support GAS style assembly, but should be extensible to support intel style if anyone is interested.  llvm-gcc already supports microsoft/codewarrior style inline asm by translating it (in the frontend) to gcc-style inline asm.
-Chris
    
    
More information about the llvm-dev
mailing list