[cfe-commits] [PATCH] Update Hexagon ToolChain (call linker directly, addl args, , etc)

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Sep 12 13:15:05 PDT 2012


On 12 September 2012 16:01, Matthew Curtis <mcurtis at codeaurora.org> wrote:
> Any objections to submitting this patch?

+def use_collect2 : Flag<"-use-collect2">;

collect2 is a nop on ELF, no? Why do you need it? And if you need it,
does it really have to be a user visibale option?

> Matthew Curtis.
>

Cheers,
Rafael



More information about the cfe-commits mailing list