Hacker News new | ask | show | jobs
by zik 3870 days ago
It's mostly because the Go compiler was developed out of the plan9 compiler code base, which is unrelated to llvm.

The other aspect is that the Go compiler is intended to be very fast. That's not an explicit design goal of llvm - using llvm would slow the compiler down although it would have other advantages.