Noriko ETANI
2012-Jul-02 16:55 UTC
[LLVMdev] 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120703/484a6297/attachment.html>
Journeyer J. Joh
2012-Jul-03 00:24 UTC
[LLVMdev] how to implement llvm and clang for OpenCL by cross-compiler
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 2012/7/3 Noriko ETANI <kerotan at kcn.ne.jp>:> 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 > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-- ---------------------------------------- Journeyer J. Joh o o s a p r o g r a m m e r a t g m a i l d o t c o m ----------------------------------------
Possibly Parallel Threads
- [LLVMdev] how to change a compiler from a host to a target in Clang's assembler and linker
- [LLVMdev] how to change a compiler from a host to a target in Clang's assembler and linker
- [LLVMdev] how to change a compiler from a host to a target in Clang's assembler and linker
- Problems with stepAIC
- [LLVMdev] Need some brief explanation about llvm::MemoryBuffer and llvm::SourceMgr