[llvm-dev] [cfe-dev] Bootstrapping clang/LLVM with ELLCC

Joerg Sonnenberger via llvm-dev llvm-dev at lists.llvm.org
Sat Dec 19 07:58:42 PST 2015


On Fri, Dec 18, 2015 at 09:50:55PM -0600, Richard Pennington via cfe-dev wrote:
> I'll talk to the musl guys about this. I don't think they like the idea of
> being referred to as a "broken platform".

What are they trying to do -- provide header compatibility for broken
Linux sources that want to use the silly fopen64 and co? For that just
define a second prototype and use __asm__("fopen") or so to rename it.
No need for a macro.

Joerg


More information about the llvm-dev mailing list