[PATCH] D16440: [ThinLTO] Link in only necessary DICompileUnit operands

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 10:32:20 PST 2016


dblaikie added inline comments.

================
Comment at: test/Transforms/FunctionImport/funcimport_debug.ll:17
@@ -16,2 +16,3 @@
 ; CHECK: ![[MAINSP]] = distinct !DISubprogram(name: "main"
-; CHECK: !{{[0-9]+}} = distinct !DICompileUnit({{.*}} subprograms: ![[SPs2:[0-9]+]]
+; Confirm that the enums didn't get pulled in to the imported compile unit
+; as it isn't needed here, but ensuring that subprograms immediately follows
----------------
Nothing great I can think of, unfortunately.


http://reviews.llvm.org/D16440





More information about the llvm-commits mailing list