[PATCH] D41474: Fix a crash in lazy loading of Metadata in ThinLTO

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 15 13:50:32 PDT 2018


vsk added a comment.

Hi @tejohnson @Sunil_Srivastava, just a heads-up that with https://reviews.llvm.org/rL344545 applied, I'm hitting "Invalid function metadata: outgoing forward refs" in an internal project with ThinLTO and hot/cold splitting enabled. There's some sort of problem caused by having an outlined function with debug locations in it but no DISubprogram. I'll try to dig a bit deeper.


https://reviews.llvm.org/D41474





More information about the llvm-commits mailing list