Displaying 3 results from an estimated 3 matches for "a6577006".
2010 Jan 28
0
[LLVMdev] llc generated machine assembly code for NASM
Hello
> system native assemlber and linker to generate executables. And it runs. I
> ran into problems on Windows since the generated assembly code is not able
> to be assembled by NASM.
That's correct. Use AT&T asm printer and GNU as everywhere. Everything
else is too weak to be usable and thus one should consider intel asm
printer to be of "listing quality".
--
With
2010 Jan 28
4
[LLVMdev] llc generated machine assembly code for NASM
...quality".
>
> --
> With best regards, Anton Korobeynikov
> Faculty of Mathematics and Mechanics, Saint Petersburg State University
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100128/a6577006/attachment.html>
2010 Jan 28
2
[LLVMdev] llc generated machine assembly code for NASM
Hello,
I am new here. This is my first post.
I spent about three days on trying out LLVM by developing a front-end which
is able to generate LLVM IR for a subset of C language. I have not applied
any optimization pass yet. On linux, it can go all the way through with the
system native assemlber and linker to generate executables. And it runs. I
ran into problems on Windows since the generated