Open Geoffrey1014 opened 2 years ago
Make sure you are in the LLVM source folder.
cmake -G "Unix Makefiles" -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_INSTALL_PREFIX=/usr/local/clang -CMAKE_BUILD_TYPE=Debug ../llvm/ This command get error : /LLVM-Essentials-13/llvm" does not exist.
This command is run in LLVM source folder, not in this project.