[Lldb-commits] [PATCH] D53094: [pecoff] Implement ObjectFilePECOFF::GetDependedModules()

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 7 12:34:11 PST 2018


labath added a comment.

Could we reverse the dependencies between the two? I.e., first add the necessary functionality to lldb-test and then write the test using that? Or just merge that into a single patch?

Some of the information tested here is already available there (list of sections) other can be added easily (list of symbols).


https://reviews.llvm.org/D53094





More information about the lldb-commits mailing list