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
We used llvm14.0.5 and an error occurred when cmake included the -DLLVM_RVPLUG_LINK_INTO_TOOLS=ON option: undefined reference to `rv::addRVPasses(llvm::PassBuilder&)'.What can we do about it?
cmake /home/liuwb/llvm-project-14.0.5.src -DCMAKE_BUILD_TYPE="Release" -DCMAKE_INSTALL_PREFIX="/home/liuwb/llvm14.05-rv-install" ../llvm -DLLVM_EXTERNAL_PROJECTS="rv" -DLLVM_EXTERNAL_RV_SOURCE_DIR=/home/liuwb/llvm-project-14.0.5.src/llvm/projects/rv -DRV_ENABLE_CRT=ON -DRV_DEBUG=ON -DLLVM_RVPLUG_LINK_INTO_TOOLS=ON -DLLVM_ENABLE_PROJECTS=clang
make
make install
The text was updated successfully, but these errors were encountered:
We used llvm14.0.5 and an error occurred when cmake included the -DLLVM_RVPLUG_LINK_INTO_TOOLS=ON option: undefined reference to `rv::addRVPasses(llvm::PassBuilder&)'.What can we do about it?
The text was updated successfully, but these errors were encountered: