[Lldb-commits] [lldb] [lldb][test] Add --target-os argument to dotest.py (PR #93887)

2024-06-25 Thread Vladislav Dzhidzhoev via lldb-commits
dzhidzhoev wrote: Closed in favor of https://github.com/llvm/llvm-project/pull/96654 https://github.com/llvm/llvm-project/pull/93887 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][test] Add --target-os argument to dotest.py (PR #93887)

2024-06-25 Thread Vladislav Dzhidzhoev via lldb-commits
https://github.com/dzhidzhoev closed https://github.com/llvm/llvm-project/pull/93887 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][test] Add --target-os argument to dotest.py (PR #93887)

2024-06-03 Thread Pavel Labath via lldb-commits
labath wrote: Agreed. The reason code is looking like it does is because at some point in (now, pretty distant) past it was possible to `cd` into the test directory, type `make` and get the test binary out. Among other problems, this has caused duplicate code for determining various

[Lldb-commits] [lldb] [lldb][test] Add --target-os argument to dotest.py (PR #93887)

2024-05-31 Thread Jonas Devlieghere via lldb-commits
JDevlieghere wrote: > Would it be possible to pass this automatically from the python process? > Basically set `OS` to the value of `lldbplatformutil.getPlatform()` ? We > could keep the existing exception for Android, although I don't think that > anyone tests Android these days (your PRs

[Lldb-commits] [lldb] [lldb][test] Add --target-os argument to dotest.py (PR #93887)

2024-05-31 Thread Pavel Labath via lldb-commits
labath wrote: Would it be possible to pass this automatically from the python process? Basically set `OS` to the value of `lldbplatformutil.getPlatform()` ? We could keep the existing exception for Android, although I don't think that anyone tests Android these days (your PRs sort of