K 10 svn:author V 3 dim K 8 svn:date V 27 2021-12-25T12:08:21.943345Z K 7 svn:log V 695 Fix assertion when building devel/glog with new pass manager Merge commit 029f1a534489 from llvm git (by Arthur Eubanks): [LazyCallGraph] Skip blockaddresses blockaddresses do not participate in the call graph since the only instructions that use them must all return to someplace within the current function. And passes cannot retrieve a function address from a blockaddress. This was suggested by efriedma in D58260. Fixes PR50881. Reviewed By: nickdesaulniers Differential Revision: https://reviews.llvm.org/D112178 (cherry picked from commit a18c6161efc903f636c41b8e521e917a5b315ce8) Git Hash: e06dc0bf2b96663cf165c38eec960151881b7952 Git Author: dim@FreeBSD.org END