[LLVMdev] llc generated machine assembly code for NASM
Anton Korobeynikov
anton at korobeynikov.info
Thu Jan 28 00:18:59 PST 2010
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 best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the llvm-dev
mailing list