Displaying 3 results from an estimated 3 matches for "b2b6b537".
2010 Nov 26
0
[LLVMdev] Problems compiling for new back-end
Hello Per,
> ...and the output has the x86_64 triple and datalayout anyway. How are you
> supposed to develop new back-ends if neither compiler can cross-compile?
> Target is a DSP, so native compile is entirely impossible.
clang support for cross-compilation definitely requires alot of care.
It the meantime you can forward a target triplet to clang via
-ccc-host-triple hidden command
2010 Nov 29
1
[LLVMdev] Problems compiling for new back-end
...nd line option.
>
> --
> 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/20101129/b2b6b537/attachment.html>
2010 Nov 26
2
[LLVMdev] Problems compiling for new back-end
Hello
I'm working on a new back-end for llvm, and we've run into a problem. As
soon as for example pointers are involved compilation fails, because the
front-end is running for x86_64, so the pointers are i64. Looking at
compiling llvm-gcc by hand I saw no easy way of adding a new back-end
(branches/release_28), so I went with clang (same release) and added the
appropriate parts to