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

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Nov 12 14:47:49 PST 2013


> +  std::sort(Libcalls.begin(), Libcalls.end());

oops. Sorry for only noticing this now, but this should probably use
array_pod_sort.

Cheers,
Rafael



More information about the llvm-commits mailing list