https://bugs.kde.org/show_bug.cgi?id=389473

--- Comment #21 from Tam HANNA <tam...@tamoggemon.com> ---
Hello Sergio,
thank you so much for your swift reply and the continuous willingness to help
me.

This is the build sequence I use:
echo "Now working on LLVM"
git clone https://github.com/llvm-mirror/llvm.git
cd llvm/
git checkout remotes/origin/release_60
cd tools
git clone https://github.com/llvm-mirror/clang.git
cd clang
git checkout remotes/origin/release_60
cd ..
cd ..
cd projects
git clone https://github.com/llvm-mirror/compiler-rt.git
cd ..
sudo apt-get remove clang llvm
mkdir build
cd build
cmake -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_BUILD_TYPE=Release .. 
make -j 10
sudo make install
cd ..
cd ..


Can you please tell me what to change? I am sorry, but I am a bit at my wit's
end here at the moment.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to