[PATCH] D27635: [ThinLTO] Import only necessary DICompileUnit fields
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 11 13:38:39 PST 2016
aprantl added inline comments.
================
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"
----------------
mehdi_amini wrote:
> test3 is confusing here :)
Ouch :-) Yes, that's exactly what happened. For some reason I assumed that there were 3 DICompileUnits involved and I didn't realize that the other DICompileUnit has none of enums/macros/globals.
https://reviews.llvm.org/D27635
More information about the llvm-commits
mailing list