search for: toolchain70

Displaying 1 result from an estimated 1 matches for "toolchain70".

Did you mean: _toolchain70
2018 Dec 29
2
bootstrapping llvm with advanced configuration
...ond phase of the build, the compilation fails I have svn cloned LLVM CLANG CLANG_XTRA_TOOLS LLD LLDB POLLY COMPILER_RT OPENMP LIBCXX LIBCXXABI cmake command below cmake -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=OFF -DCMAKE_INSTALL_PREFIX=/usr/local -GNinja -DCLANG_ENABLE_BOOTSTRAP=ON ../toolchain70/llvm/ after that cmake command I run ninja stage2 which compiles about 3700 objects then it proceeds to try and compile the full 5000 plus objects but fails with errors like these: _toolchain70/llvm/projects/libcxx/include/cstdlib:114:9: error: no member named 'strtold' in the global name...