[LLVMdev] how to build eglibc using llvm-gcc without unsupported -fno-toplevel-reorder

Sergey Yakoushkin sergey.yakoushkin at gmail.com
Sun Feb 21 13:36:29 PST 2010


Hi, Rafael

Inlined asm markup inside functions and on the top level is used to split
asm prologue/epilogue parts in very fine-grained manner.
So, splitting source c won't give the same result.

Regards,
Sergey Y.

2010/2/22 Rafael Espindola <espindola at google.com>

I haven't looked at the code, but why can't you split the .c files
> into multiple files instead of splitting the generated asm? Not
> running gawk on produced assembly should be a nice cleanup anyway.
>
> Cheers,
> --
> Rafael Ávila de Espíndola
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100222/6a994a74/attachment.html>


More information about the llvm-dev mailing list