Displaying 2 results from an estimated 2 matches for "8dbf7ae8".
Did you mean:
8db7a6e8
2010 Jun 28
0
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
.../ gcc, right?
>
> --
> 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/20100628/8dbf7ae8/attachment.html>
2010 Jun 28
2
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
> But I wanted to say is using these binutils I have built a llvm compiler for
> our ARM target.
That's correct. Mostly because gcc is using pre-UAL ARM assembler syntax
and LLVM switched fully to UAL one. Also, UAL is needed for correct Thumb-2
support, etc. So, in short: gcc is generating some subset of ARM assembler
and thus gas is bug-free. LLVM generates somehow different subset and