check current version of llvm

Yes one version is for the base system and some ports need a different version of clang, so it gets installed as a dependency.
To find the base version of llvm: clang -v

To find the ports version of llvm: pkg info | grep llvm
 
Back
Top