MSYS 'uname' on windows returns "MSYS_NT*" instead of windows32 and also
MSYS 'pwd' returns non-windows path string.
This patch fixes Makefile.rules to make adjustments required to run LLDB
API tests using MSYS tools.
Details
Details
- Reviewers
mstorsjo labath - Commits
- rG4db78322031f: [LLDB] Make API tests to run using MSYS tools
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Seems reasonable. BTW, these days, I don't think anybody is invoking make directly from the command line, so it would be fine (maybe even desirable) to move some of this logic into python code -- particularly if it makes windows compatibility easier.