[llvm] r194514 - Protect user-supplied runtime library functions in LTO

Rafael Espíndola rafael.espindola at gmail.com
Tue Nov 12 19:56:40 PST 2013


Thanks !

On 12 November 2013 22:56, Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote:
> On 2013 Nov 12, at 14:47, Rafael Espíndola <rafael.espindola at gmail.com> wrote:
>
>>> +  std::sort(Libcalls.begin(), Libcalls.end());
>>
>> oops. Sorry for only noticing this now, but this should probably use
>> array_pod_sort.
>
> Interesting — I’ll fix that up when I get a chance.




More information about the llvm-commits mailing list