lang/ghc*: Completely stop depending on LLVM
- LLVM is needed only for arches that are missing the native codegen backend in GHC
- Starting from GHC 9 both AArch64 and X86 are natively supported
- Leave LLVM_VERSION and LLVM_BOOT_VERSION vars for documentational purpose
PR: 287528