make runs local LLVM 10 build, it would be better to use already installed LLVM, at least check and warn that it must be installed manually.
It is important because LLVM build is resource and time-hungry, and that should be done once, and the best way is using the libllvm-dev already provided by host system distribution.
makeruns local LLVM 10 build, it would be better to use already installed LLVM, at least check and warn that it must be installed manually.It is important because LLVM build is resource and time-hungry, and that should be done once, and the best way is using the
libllvm-devalready provided by host system distribution.