[PATCH] D18524: Dump function as the only defined function in its module.

Yin Ma via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 10:31:13 PDT 2016


yinma added a comment.

Our code base is huge in LTO, it usually take very very long time to dump into a file. With this function, the process would be dramatically faster. I believe this would also benefit other people.


http://reviews.llvm.org/D18524





More information about the llvm-commits mailing list