[PATCH] D18524: Dump function as the only defined function in its module.
Yin Ma via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 28 17:18:57 PDT 2016
yinma added a comment.
the functionality, it is similar to llvm-extract. however, it provides a runtime solution to extract a function from a debugger from any point in compilation time like LTO. You can extract function right at the assertion point. llvm-extract only can work on a file. We need a runtime solution.
http://reviews.llvm.org/D18524
More information about the llvm-commits
mailing list