You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Would you add back the instructions on building Clang from source in README.md ?
Downloading:
git clone -b release/14.x https://github.com/llvm/llvm-project.git
cd llvm-project/llvm/projects
git clone -b llvm_release_140 https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git
Building:
cd llvm-project/llvm
mkdir build
cd build
cmake .. -DLLVM_ENABLE_PROJECTS="clang;openmp"
-DCMAKE_INSTALL_PREFIX=${LLVM_INSTALL_DIR}
make
make install
Beta Was this translation helpful? Give feedback.
All reactions