Displaying 2 results from an estimated 2 matches for "cxx_shared".
2019 Sep 20
2
Building LLVM with LLVM with no dependence on GCC
...ff \
-DLIBUNWIND_USE_COMPILER_RT=On \
-DCLANG_DEFAULT_CXX_STDLIB=libc++ \
-DCLANG_DEFAULT_RTLIB=compiler-rt \
-DCLANG_DEFAULT_LINKER=lld \
../llvm-project/llvm # configure3.txt
=== snap ===
I'm getting this error:
=== snip ===
[ 40%] Building CXX object projects/libcxx/src/CMakeFiles/cxx_shared.dir/exception.cpp.o
/home/fips/llvm-project/libcxx/src/exception.cpp:14:22: fatal error: cxxabi.h: No such file or directory
compilation terminated.
projects/libcxx/src/CMakeFiles/cxx_shared.dir/build.make:254: recipe for target 'projects/libcxx/src/CMakeFiles/cxx_shared.dir/exception.cpp.o'...
2019 Sep 17
2
Building LLVM with LLVM with no dependence on GCC
Hi folks!
I'm trying to get rid of any dependency on libgcc*, but without success so
far. The following commands were executed on a freshliy installed and updated
Ubuntu 16.04 LTS:
=== snip ===
sudo apt-get install build-essential libffi-dev cmake # see aptget.txt for packages installed
sudo mv /usr/local /usr/local.orig
git clone https://github.com/llvm/llvm-project.git
cd llvm-project; git