search for: benscentos

Displaying 2 results from an estimated 2 matches for "benscentos".

2008 Nov 05
0
[LLVMdev] 2.4 Pre-release (v2)
...e current trunk code appears to have the same problem. When I compile a simple program in llvm-gcc, I get a .bc file as output as expected. When running lli or llc on this file, however, I get various errors and an assert, stopping the .s file from being created. Example output of llc: [bens at BenSCentOS llvm]$ llc hello.bc -o hello.s Value still in symbol table! Type = 'i32' Name = 'tmp3.3' Value still in symbol table! Type = 'i32' Name = 'tmp3.4' Value still in symbol table! Type = 'i32' Name = 'tmp1' Value still in symbol table! Type = 'i32'...
2008 Oct 31
7
[LLVMdev] 2.4 Pre-release (v2)
LLVMers, The 2.4 pre-release (v2) is available for testing: http://llvm.org/prereleases/2.4/ If you have time, I'd appreciate anyone who can help test the release. Please do the following: 1) Download/compile llvm source, and either compile llvm-gcc source or use llvm-gcc binary. 2) Run make check, send me the testrun.log 3) Run "make TEST=nightly report" and send me the