Y
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
ethelward
2246 days ago
Until you want to write code that works on platforms not supported by these compilers.
link
wtetzner
2245 days ago
How many platforms does LLVM support that Clang does not?
link