[PATCH] D41297: [ThinLTO] Implement summary visualizer

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 12 09:46:37 PST 2018


evgeny777 added a comment.

@tejohnson The `BM.parseModule` is invoked in the very end of thin link (see `runThinLTOBackendThread`). How can it work if it's not guaranteed that we have valid BC data till this moment? Note: parse module uses `Stream`


https://reviews.llvm.org/D41297





More information about the llvm-commits mailing list