[PATCH] D27775: [ThinLTO] Import composite types as declarations

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 09:05:06 PST 2016


aprantl added a comment.

Mehdi and I just ran a couple of experiments. LLDB can find forward-declared composite types that are defined in another .o file just fine; the only caveat is that LLDB has to potentially load the accelerator table of each .o file from disk in order to find the .o file with the definition in it. Judging from this, I think that this approach is fine.


https://reviews.llvm.org/D27775





More information about the llvm-commits mailing list