[PATCH] D41624: Fix crash when linking metadata with ODR type uniquing

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 29 07:54:54 PST 2017


tejohnson marked 2 inline comments as done.
tejohnson added inline comments.


================
Comment at: test/ThinLTO/X86/Inputs/dicompositetype-unique2.ll:56
+!32 = distinct !DILexicalBlock(scope: !8, file: !1, line: 2)
+!33 = !DILocation(line: 2, scope: !8)
----------------
mehdi_amini wrote:
> Can all the metadata input be minimized?
The new version I'm going to upload minimizes it as much as I could while reproducing the assert.


https://reviews.llvm.org/D41624





More information about the llvm-commits mailing list