Add clang 9 and 10 compilers to pkg

It's strange why the clang compiler is deeply coupled to FreeBSD's kernel code. You want to use the PKG command to install other versions of the clang compiler.
Code:
pkg install clang9
Code:
pkg install clang10
 
Back
Top