Displaying 5 results from an estimated 5 matches for "dh0".
Did you mean:
db0
2011 Mar 15
0
[LLVMdev] LLVM 2.9 RC1 Pre-release Tarballs
On 2011-03-14 18:14, Anton Korobeynikov wrote:
> Hello Xerxes,
>
>> llvm 2.9rc1 test on Dualcore ARM running Ubuntu Natty
> What is the gcc used for the compilation? Can you try to do the -O0
> build and see whether this changed the stuff?
>
xranby at panda:/media/dh0/llvm-2.9-build-O0$ gcc --version
gcc (Ubuntu/Linaro 4.5.2-5ubuntu1) 4.5.2
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-O0 did change quite a...
2011 Mar 14
3
[LLVMdev] LLVM 2.9 RC1 Pre-release Tarballs
Hello Xerxes,
> llvm 2.9rc1 test on Dualcore ARM running Ubuntu Natty
What is the gcc used for the compilation? Can you try to do the -O0
build and see whether this changed the stuff?
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2011 Mar 16
1
[LLVMdev] LLVM 2.9 RC1 Pre-release Tarballs
...ton Korobeynikov wrote:
>> Hello Xerxes,
>>
>>> llvm 2.9rc1 test on Dualcore ARM running Ubuntu Natty
>> What is the gcc used for the compilation? Can you try to do the -O0
>> build and see whether this changed the stuff?
>>
>
> xranby at panda:/media/dh0/llvm-2.9-build-O0$ gcc --version
> gcc (Ubuntu/Linaro 4.5.2-5ubuntu1) 4.5.2
> Copyright (C) 2010 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>...
2011 Mar 14
0
[LLVMdev] LLVM 2.9 RC1 Pre-release Tarballs
...source available. You can find them here:
>
llvm 2.9rc1 test on Dualcore ARM running Ubuntu Natty
gunzip llvm-2.9rc1.src.tar.gz
tar zxvf llvm-2.9rc1.src.tar
cd llvm-2.9-build
../llvm-2.9rc1/configure --enable-shared
time make clean ;time make CXXFLAGS=-marm CFLAGS=-marm
xranby at panda:/media/dh0/llvm-2.9-build$ time make check
Failing Tests (64):
LLVM :: CodeGen/CellSPU/2009-01-01-BrCond.ll
LLVM :: CodeGen/CellSPU/call_indirect.ll
LLVM :: CodeGen/CellSPU/extract_elt.ll
LLVM :: CodeGen/CellSPU/fcmp64.ll
LLVM :: CodeGen/CellSPU/fneg-fabs.ll
LLVM :: CodeGen/CellSPU/i6...
2011 Mar 09
5
[LLVMdev] LLVM 2.9 RC1 Pre-release Tarballs
There are LLVM 2.9 RC1 pre-release tarballs source available. You can find them here:
http://llvm.org/pre-releases/2.9/
Please download them, build them, and compile things to your heart's content. And most importantly file a bunch of bug reports. :-)
Share and enjoy!
-bw