search for: one_box_per_builder

Displaying 3 results from an estimated 3 matches for "one_box_per_builder".

2011 May 11
2
[LLVMdev] How to Cross compile llvm to ARM ?
> This is actually not well working yet AFAIK. I saw there is a buildbot for llvm-arm-linux on http://google1.osuosl.org:8011/one_box_per_builder How do it compile LLVM for ARM? Not using cross-compile? Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667
2011 May 10
0
[LLVMdev] How to Cross compile llvm to ARM ?
This is actually not well working yet AFAIK. There are a few issues with ELF/MC/.o that needs fixing on 2.9. What I suggest you do is just create an x86 llvm (as per normal) and use that llvm/llc to create the object files for ARM using -mtriple=amv7-linux-gnueabi (for example when invoking llc). Note that -g and Thumb2 is not yet supported AFAIK on ARM/ELF on 2.9 (MachO is much better supported
2011 May 10
5
[LLVMdev] How to Cross compile llvm to ARM ?
Hi, all I want to compile llvm for arm board , running llvm on Devkit8000 cross-compiler : arm-2008q3 (arm-none-linux-gnueabi) below is my configure: ../llvm-2.9/configure --with-llvmgccdir=/home/poki/hybridQ/llvm/llvm-gcc/llvm-gcc-4.2-2.9-i686-linux --enable-optimized --enable-jit --disable-threads