Displaying 2 results from an estimated 2 matches for "09270a51".
2005 Mar 08
0
[LLVMdev] GCC assembler rejects native code generated by LLVM
...f line, first unrecognized character is `l'
Sorry for the long email. I attach all relevant files for clarity.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: hello.c.s
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050307/09270a51/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: hello.c
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050307/09270a51/attachment.c>
2005 Mar 07
7
[LLVMdev] GCC assembler rejects native code generated by LLVM
I successfully compiled CVS HEAD yesterday on my win32 machine using
Visual C++ Express (2005). I also have Mingw tools installed. I wrote
a simple hello world application and generated native assembly code
using llvm. When I tried to feed the code into GCC, it rejected it
with "junk at the end of line" error messages. Shouldn't GCC be able
to assemble this code? I realize win32 port