Hacker News new | ask | show | jobs
by pizlonator 2250 days ago
For lots of us the extensions that gcc and clang support are part of C. So, a backend that emits C would get access to those things if it wanted.
1 comments

Until you want to write code that works on platforms not supported by these compilers.
How many platforms does LLVM support that Clang does not?