Hacker News new | ask | show | jobs
by cdi 4381 days ago
investment in C++ compiler technology has been shared in form of llvm with rust and other languages.
1 comments

LLVM is not a C++ compiler, CLANG is a C++ compiler frontend that uses LLVM as it's backend.

Significant difference there.