[Lldb-commits] [PATCH] D35740: Fix PR33875 by distinguishing between DWO and clang modules

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 21 16:00:47 PDT 2017


jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.

I was under the impression that this was found by a test case failure.

Anyway, given that we've got different kinds of DWARF CU's, wouldn't it be better to add an attribute describing them, rather than using semi-unrelated pieces of information like this?  I wouldn't hold up this patch on that suggestion, but this does seem kind of indirect...


https://reviews.llvm.org/D35740





More information about the lldb-commits mailing list