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

Duncan P. N. Exon Smith dexonsmith at apple.com
Tue Nov 12 19:56:24 PST 2013


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