Displaying 1 result from an estimated 1 matches for "pr9505".
Did you mean:
pr950
2011 Mar 18
0
[LLVMdev] [RC1] Status of Mingw MSYS
...ppose mingw build would be stable, though, I would like some
patches to be 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...