[Lldb-commits] [PATCH] D88870: [lldb][NFC] remove unused local variable uuid

2020-10-06 Thread Zequan Wu via Phabricator via lldb-commits
zequanwu abandoned this revision. zequanwu added a comment. sorry, I didn't notice that. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D88870/new/ https://reviews.llvm.org/D88870 ___ lldb-commits mailing

[Lldb-commits] [PATCH] D88870: [lldb][NFC] remove unused local variable uuid

2020-10-06 Thread Pavel Labath via Phabricator via lldb-commits
labath requested changes to this revision. labath added a comment. This revision now requires changes to proceed. This variable is definitely used. The `uuid` reference points into the module_spec object, which is then appended to the specs array, and returned. Repository: rG LLVM Github

[Lldb-commits] [PATCH] D88870: [lldb][NFC] remove unused local variable uuid

2020-10-05 Thread Zequan Wu via Phabricator via lldb-commits
zequanwu created this revision. zequanwu added reviewers: amccarth, labath. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. zequanwu requested review of this revision. Herald added a subscriber: JDevlieghere. Repository: rG LLVM Github Monorepo