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
You can select the desired LLVM version by passing -DLLVM_DIR="$(llvm-config-13 --cmakedir)" to CMake assuming that LLVM 13's llvm-config is in your PATH (it is called llvm-config-13 on Debian and Ubuntu). Otherwise, you need to specify a full path to the corresponding llvm-config binary.
I met problem when building llvm2c
It seems that some function is miss in newer llvm version
The text was updated successfully, but these errors were encountered: