[PATCH] D50066: [IRMover] Don't materialise values from different source module

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 31 09:14:11 PDT 2018


steven_wu added a comment.

Can you add a bit more explanation other than just saying fixing PR38372?



================
Comment at: test/ThinLTO/X86/fwd-decl.ll:23
+!llvm.module.flags = !{!0, !1}
+!llvm.dbg.cu = !{!2}
+!0 = !{i32 2, !"Debug Info Version", i32 3}
----------------
I don't think debug info are relevant for the test case. You can remove them from both module.


https://reviews.llvm.org/D50066





More information about the llvm-commits mailing list