[PATCH] D21546: Fix PR28219: Use profile summary from reader and not compute it
Jake VanAdrighem via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 20 23:07:18 PDT 2016
jakev added a comment.
Scratch that, please ignore my previous comment. My own naivety and an IR file with stale ProfileSummary info in the build was causing the error. This patch does in fact fix the problem when not using IR/bitcode files in that way.
http://reviews.llvm.org/D21546
More information about the llvm-commits
mailing list