[Lldb-commits] [PATCH] D88483: Add possibility to get module from SBType

Ilya Bukonkin via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 29 16:21:43 PDT 2020


fallkrum added a comment.

In D88483#2363277 <https://reviews.llvm.org/D88483#2363277>, @jingham wrote:

> This test is still assuming (1) that main.c is CompUnit(0), etc.  You don't know that's true.  And that there is only one type in each CU (and type 0 is the one you want).  Neither of these is guaranteed.  Can you check all these things, I'd rather not have to go a bunch of rounds on this.

Sorry, did not pay due attention on this. Think this issue is solved in my latest update.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88483/new/

https://reviews.llvm.org/D88483



More information about the lldb-commits mailing list