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
At least in my case the right step that compiled successfully:
git clone https://github.com/llvm/llvm-project.git
~$ cd llvm-project
llvm-project$ git checkout release/17.x
llvm-project$ mkdir llvm/build
llvm-project$ cd llvm/build
build$ cmake .. -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS="clang"
build$ make
The text was updated successfully, but these errors were encountered:
At least in my case the right step that compiled successfully:
git clone https://github.com/llvm/llvm-project.git
~$ cd llvm-project
llvm-project$ git checkout release/17.x
llvm-project$ mkdir llvm/build
llvm-project$ cd llvm/build
build$ cmake .. -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS="clang"
build$ make
The text was updated successfully, but these errors were encountered: