[Lldb-commits] [lldb] [lldb] add --platform-available-ports option to the dotest.py (PR #112555)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 27 09:53:13 PDT 2025
dlav-sc wrote:
> I don't know what else it was going to do :)
Yeah, me too, so I've decided to retain the old behavior if `--platform-available-ports` isn’t specified.
> Do you need a CMake variable for this too? I wonder how you are getting the argument to dotest.
I don't think I really need a separate CMake flag here. Currently, the `--platform-name` option for `dotest.py` is passed in through the `LLDB_TEST_USER_ARGS` CMake variable, so I can also include `--platform-available-ports` there too.
https://github.com/llvm/llvm-project/pull/112555
More information about the lldb-commits
mailing list