Displaying 1 result from an estimated 1 matches for "local_40".
Did you mean:
local0
2017 Aug 19
1
Which is the best compiler to build LLVM 5.0.0 rc2?
...time.cpp:14:
/opt/gcc-7.1/include/c++/7.1.0/stdlib.h:38:12: error: std::abort has not been declared
using std::abort;
clang 4.0.0 fails with a different problem with libcxxabi -
Command:
/opt/cmake/bin/cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/home/fletcher/LLVM/llvm-5.0.rc2/local_40 -DCMAKE_C_COMPILER=/home/fletcher/LLVM/llvm-4.0.distrib/local/bin/clang CMAKE_CXX_COMPILER=/home/fletcher/LLVM/llvm-4.0.distrib/local/bin/clang++ -DCMAKE_BUILD_TYPE=Release -DLLVM_BUILD_LLVM_DYLIB=ON -DLLVM_TARGETS_TO_BUILD="host" -DCMAKE_CXX_FLAGS="-I/home/fletcher/LLVM/llvm-4.0.dis...