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

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 16 06:19:32 PST 2016


tejohnson added a comment.

In https://reviews.llvm.org/D27775#623768, @aprantl wrote:

> 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.


Does the patch look ok to commit?


https://reviews.llvm.org/D27775





More information about the llvm-commits mailing list