[LLVMdev] Is NASM supported by LLVM?

Sean Silva silvas at purdue.edu
Thu Jun 21 00:00:19 PDT 2012


My intuition is that it will almost, but not quite, work. However, I would
suggest that you test it to find out though.

--Sean Silva

On Wed, Jun 20, 2012 at 11:44 PM, Thomson <lilotom at gmail.com> wrote:

> Could generated assembly with option "-x86-asm-symtab=intel" be assembled
> by nasm directly?
>
> On Thu, Jun 21, 2012 at 2:30 PM, Sean Silva <silvas at purdue.edu> wrote:
>
>> If by "NASM format" you mean Intel syntax, then yes. In my experience
>> most LLVM tools refer to it with the option "-x86-asm-syntax=intel". For
>> example, tools/llvm-objdump has this flag.
>>
>> --Sean Silva
>>
>> On Wed, Jun 20, 2012 at 10:12 PM, Thomson <lilotom at gmail.com> wrote:
>>
>>> I saw some LLVM generated assembly in NASM format, but did find this
>>> support in the official release. Is this supported?
>>>
>>> --
>>> Thanks
>>> Thomson Tan
>>>
>>>
>>> _______________________________________________
>>> LLVM Developers mailing list
>>> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
>>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120621/194def4a/attachment.html>


More information about the llvm-dev mailing list