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

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri May 31 09:04:27 PDT 2024


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 sort of demonstrate that)...

+1, I'd prefer to have the logic centralized in one place (i.e. Python), pass it explicitly and remove the code in `Makefile.rules` that uses `uname`. 

https://github.com/llvm/llvm-project/pull/93887


More information about the lldb-commits mailing list