Displaying 2 results from an estimated 2 matches for "pr4689".
2009 Sep 05
0
[LLVMdev] 2.6 pre-release1 ready for testing
...or llvm.
> 3) Run make -C tools/clang-2.6 test VERBOSE=1 (report any failures or
> unexpected passes)
Tests OK.
Some further testing I did (not all PRs here are regressions):
ClamAV (latest git): clang OK, llvm-gcc OK
Linux 2.6.31-rc8 (patched) build fails for both:
ARCH=x86: clang: PR4689, llvm-gcc/clang: PR4628
ARCH=um: clang: PR4096, PR4689, llvm-gcc: PR4898
(note that at some point LLVM was able to compile these, not sure if it
was 2.5, or after 2.5)
Perl 5.10:
clang: build OK, 1 test fails PR4897
llvm-gcc: OK
valgrind 3.4.1:
clang: build fails PR2461, PR...
2009 Aug 31
10
[LLVMdev] 2.6 pre-release1 ready for testing
LLVMers,
2.6 pre-release1 is ready to be tested by the community.
http://llvm.org/prereleases/2.6/
You will notice that we have quite a few pre-compiled binaries (of
both clang and llvm-gcc). We have identified several bugs that will be
fixed in pre-release2, so please search the bug database before filing
a new bug.
If you have time, I'd appreciate anyone who can help test the