search for: 6c490ee0

Displaying 2 results from an estimated 2 matches for "6c490ee0".

2006 Mar 07
0
[LLVMdev] cross-compiling with llvm
> 1. Is it possible at all to cross-compile with llvm? Yes, this is possible. I've cross-compiled from x86 to MIPS using LLVM. However, the codes I compiled using this technique did not always run correctly. You may have better luck with PPC. > 2. I allready have a gcc cross-compiler for power-pc, do i need > this or > does llvm contain its own? How can i tell llvm to
2006 Mar 07
2
[LLVMdev] cross-compiling with llvm
Hi, i wanted to use llvm to cross-compile c++ code for powerpc on a x86 (debian linux), but i have some problems configuring and compiling llvm-suite and front-end. Here are some of my questions: 1. Is it possible at all to cross-compile with llvm? 2. I allready have a gcc cross-compiler for power-pc, do i need this or does llvm contain its own? How can i tell llvm to use it? 3. Is there