bigconvience / LLVM-Essentials-13

learn javassist by example
31 stars 5 forks source link

can not build the project #1

Open Geoffrey1014 opened 2 years ago

Geoffrey1014 commented 2 years ago

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.

bigconvience commented 2 years ago

Make sure you are in the LLVM source folder.

bigconvience commented 2 years ago

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.