[PATCH] D19705: ELF: Add "fast link" mode.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 28 19:24:14 PDT 2016


davide added a comment.

That was exactly what we had in mind. The set of optimizations performed by a linker is relatively small compared to the optimizations done by a compiler so I don't think we'll have hard time deciding what we want to put at any given level.

Cheers


http://reviews.llvm.org/D19705





More information about the llvm-commits mailing list