how to implement llvm and clang for OpenCL by cross-compiler

Hi,

On 32-bit Fedora 16, llvm and clang can be worked for OpenCL API and its application. These programs must be cross-compiled for mips-typed linux for our embedded system. Here, I cannot find out any documents to explain how to implement llvm and clang for cross-compiler. Please advise me how to implement llvm and clang.

Regards,
-Noriko

Hi,

I am a LLVM/Clang newbie but I have used LLVM/Clang cross compiler.
The mail message below is about it.

http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-June/051277.html

Target CPU is different but it could be a hint for you I wish.

Regards
Journeyer