Displaying 2 results from an estimated 2 matches for "first_full_build".
2008 Oct 10
0
[LLVMdev] 2.4 Pre-release (v1) Available for Testing
...e error; use parentheses to
clarify precedence"
7) "switch statement contains 'default' but no 'case' labels"
8) etc...
9) And of course a few VC++ specific ones that can be ignored, but the
above are valid.
The full build log is at:
http://overminddl1.com/stuff/llvm/First_Full_Build.txt
On this first compile everything compiled except for llc and lli,
which did not link due to:
unresolved external symbol "class llvm::FunctionPass * __cdecl
llvm::createPBQPRegisterAllocator(void)"
I told it to compile again (hopefully just missed a link due to a bad
project build or...
2008 Oct 10
3
[LLVMdev] 2.4 Pre-release (v1) Available for Testing
LLVMers,
The 2.4 pre-release 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