Hacker News new | ask | show | jobs
by jcelerier 1931 days ago
> For C++ apps, llvm + clang (or an equivalent) is only needed on developer’s computers, not something you’d normally ship.

unless you want to JIT-compile C++ code at runtime which is the original point.