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

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 21 09:20:38 PST 2017


mehdi_amini added inline comments.


================
Comment at: test/ThinLTO/X86/pr35472-a.ll:132
+!49 = !DILocation(line: 2, column: 58, scope: !34, inlinedAt: !42)
+!50 = !DILocation(line: 6, column: 8, scope: !36)
+
----------------
Can you reduce the test case? And make it very clear *what* is the exact structure that lead to the issue?

See the kind of test here: llvm/trunk/test/ThinLTO/X86/lazyload_metadata.ll



https://reviews.llvm.org/D41474





More information about the llvm-commits mailing list