[Lldb-commits] [lldb] Remove unneeded conditional (PR #138321)

2025-05-02 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: None (satyajanga) Changes Minor code change for removing the unneeded conditional. we already check for `platform_sp` not null in the next line. ### TEST PLAN manual test ``` satyajanga@devvm21837:toolchain $ ./bin/lldb LLDB logging ini

[Lldb-commits] [lldb] Remove unneeded conditional (PR #138321)

2025-05-02 Thread via lldb-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you, it

[Lldb-commits] [lldb] Remove unneeded conditional (PR #138321)

2025-05-02 Thread via lldb-commits
https://github.com/satyajanga created https://github.com/llvm/llvm-project/pull/138321 Minor code change for removing the unneeded conditional. we already check for `platform_sp` not null in the next line. ### TEST PLAN manual test ``` satyajanga@devvm21837:toolchain $ ./bin/lldb LLDB loggi