[PATCH] D27635: [ThinLTO] Import only necessary DICompileUnit fields

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 17:19:42 PST 2016


mehdi_amini added inline comments.


================
Comment at: test/ThinLTO/X86/Inputs/debuginfo-cu-import.ll:30
+!10 = !DILocation(line: 3, column: 3, scope: !6)
+!11 = !DILocation(line: 4, column: 1, scope: !6)
+
----------------
Can we strip all the debug info from this file?


================
Comment at: test/ThinLTO/X86/debuginfo-cu-import.ll:20
+; ModuleID = 'test3.c'
+source_filename = "test3.c"
+target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
----------------
test3 is confusing here :)


https://reviews.llvm.org/D27635





More information about the llvm-commits mailing list