Hacker News new | ask | show | jobs
by mreiland 4381 days ago
LLVM is not a C++ compiler, CLANG is a C++ compiler frontend that uses LLVM as it's backend.

Significant difference there.