Displaying 1 result from an estimated 1 matches for "r127858".
Did you mean:
1127858
2011 Mar 18
0
[LLVMdev] [RC1] Status of Mingw MSYS
...picked up.
* RC1
LLVM and clang can be built on either msys/autoconf, msys/cmake and mingw/cmake.
By CMake, all tests can run but 37 of LLVM and 5 of clang tests would fail.
On mingw by configure tests cannot be executed.
[PR9505] For compiling, I saw a warning, in llvm-bcanalyzer.cpp.
(fixed in r127858)
* RC1 3-stage build
Please note configure and cmake will set optimizer option to -O2 by
default even if clang++ were used.
I overwrote for clang --with-optimize-option=-O3.
Generated clang would be stable. But stage2-bin and stage3-bin will
not match. Investigating.
[PR6270] Without r127723, ge...