Improve performance of LinkModules when linking with modules with large...
Improve performance of LinkModules when linking with modules with large numbers of functions which link lazily. Instead of creating and destroying function prototypes irrespective of if they are used, only create them if they are used. llvm-svn: 178130
Loading
Please register or sign in to comment