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
I have updated this project as I saw the new version (i had version 10). I pulled the changes make since I installed this project and now my pc does not detect Clang. I have done the following steps:
When i use the command clang, it gives me the error that the command is not found. I have the bin of this project in the PATH, in .profile and also in .bashrc:
You're missing the invocation to ninja to build the project. Running cmake like you do above just "configures" the project. It doesn't compile LLVM itself.
Bigcheese
pushed a commit
to Bigcheese/llvm-project
that referenced
this issue
Feb 27, 2020
Hello,
I have updated this project as I saw the new version (i had version 10). I pulled the changes make since I installed this project and now my pc does not detect Clang. I have done the following steps:
git pull origin master
cmake -DLLVM_ENABLE_PROJECTS="clang" -G Ninja ../llvm
When i use the command
clang
, it gives me the error that the command is not found. I have the bin of this project in the PATH, in .profile and also in .bashrc:Any suggestions to solve this problem?
The text was updated successfully, but these errors were encountered: